mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
Merge profiles: add missing fowner capability to the tar profile
This manifested with chmod calls failing in autopkgtests of dbus and snapd. Given the magnitude of regressions that might be caused by bugs in this profile, @alex_murray has suggested disabling the profile by default (i.e. moving it into `extras/`). Reported-by: Alex Murray <alex.murray@canonical.com> Signed-off-by: Ryan Lee <ryan.lee@canonical.com> MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1553 Approved-by: Alex Murray <alex.murray@canonical.com> Merged-by: John Johansen <john@jjmx.net>
This commit is contained in:
commit
a5df123056
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ profile tar /usr/bin/tar {
|
||||||
|
|
||||||
# used to extract user files as root
|
# used to extract user files as root
|
||||||
capability chown,
|
capability chown,
|
||||||
|
capability fowner,
|
||||||
|
|
||||||
# used to compress user files as root
|
# used to compress user files as root
|
||||||
capability dac_override,
|
capability dac_override,
|
||||||
|
|
Loading…
Add table
Reference in a new issue