update apparmor profiles
Adpated to the apparmor.d structure. Signed-off-by: Mikhail Morfikov <mmorfikov@gmail.com>
This commit is contained in:
parent
c1e2b1d15e
commit
0573b2d996
29 changed files with 534 additions and 23 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue