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:
Ryan Lee 2025-02-18 17:11:55 -08:00
parent 46335d58cf
commit 09573220d2

View file

@ -16,6 +16,7 @@ profile tar /usr/bin/tar {
# used to extract user files as root
capability chown,
capability fowner,
# used to compress user files as root
capability dac_override,