update apparmor profiles

Adpated to the apparmor.d structure.

Signed-off-by: Mikhail Morfikov <mmorfikov@gmail.com>
This commit is contained in:
Mikhail Morfikov 2021-04-10 08:11:07 +02:00 committed by Alexandre Pujol
parent c1e2b1d15e
commit 0573b2d996
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
29 changed files with 534 additions and 23 deletions

View file

@ -22,9 +22,11 @@ profile openbox @{exec_path} {
/{usr/,}lib/@{multiarch}/openbox-autostart rCx -> autostart,
# Apps allowed to run
/{usr/,}{s,}bin/* rPUx,
/{usr/,}bin/* rPUx,
/usr/{lib,libexec}/* rPUx,
/{usr/,}sbin/* rPUx,
/{usr/,}bin/* rPUx,
/usr/local/bin/* rPUx,
/usr/{lib,libexec}/* rPUx,
/{usr/,}lib/@{multiarch}/*/** rPUx,
/usr/share/themes/*/openbox-3/themerc r,
@ -60,8 +62,14 @@ profile openbox @{exec_path} {
/{usr/,}bin/which rix,
# Apps allowed to run
/{usr/,}sbin/* rPUx,
/{usr/,}bin/* rPUx,
<<<<<<< HEAD:apparmor.d/profiles-m-z/openbox
/usr/{lib,libexec}/* rPUx,
=======
/usr/local/bin/* rPUx,
/usr/libexec/* rPUx,
>>>>>>> ff78b17 (update apparmor profiles):apparmor.d/openbox
/{usr/,}lib/@{multiarch}/*/** rPUx,
/usr/local/lib/python*/dist-packages/ r,