mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
profiles: add missing fowner capability to the tar profile
This manifested with chmod calls failing in autopkgtests of dbus and snapd Reported-by: Alex Murray <alex.murray@canonical.com> Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
parent
46335d58cf
commit
09573220d2
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