Signed-off by: Asaf Niv <asafniv511@gmail.com>
Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Commits
- R756:7e7dc284fab2: Enabled and tested AppArmor support.
Tested if the AppArmor profile is actually enforced, which it is.
Diff Detail
Diff Detail
- Repository
- R756 firejail
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
0.9.52 builds and works fine with updated patch
Not related to this diff but there is minor flaw in this stateless approach: *.local files (ones the user modifies) should be in /etc/firejail instead of /usr/share/defaults/firejail.
They are included via hardcoded paths like:
# Persistent local customizations include /usr/share/defaults/firejail/tar.local # Persistent global definitions include /usr/share/defaults/firejail/globals.local
Comment Actions
All of the file-modes should be 00644 not 00755.
| files/0001-Support-a-stateless-configuration.patch | ||
|---|---|---|
| 77 | Can't we get the additional CFLAGS from the Environment variable? | |
| files/0001-Support-a-stateless-configuration.patch | ||
|---|---|---|
| 77 | CFLAGS += takes OS flags and adds own. | |
Comment Actions
I need a test plan for this in the description that documents how you tested this. Sorry, I should have noticed that earlier.