mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
exo-open: Fix denials on OpenSUSE
exo-open fails on OpenSUSE due to different/missing paths. Update abstraction to fix denials on OpenSUSE.
This commit is contained in:
parent
622fc44bd0
commit
af278ca691
1 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
# Main executables
|
||||
|
||||
/usr/bin/exo-open rix,
|
||||
/usr/lib/@{multiarch}/xfce4/exo-[0-9]/exo-helper-[0-9] ix,
|
||||
/usr/lib{32,64,/@{multiarch}}/xfce4/exo-[0-9]/exo-helper-[0-9] ix,
|
||||
|
||||
# Other executables
|
||||
|
||||
|
@ -89,8 +89,9 @@
|
|||
|
||||
/etc/xdg/{,xdg-*/}xfce4/helpers.rc r,
|
||||
/etc/xfce4/defaults.list r, # TODO: move into xfce4 abstraction?
|
||||
/usr/share/sounds/freedesktop/** r, # for message box alert sound
|
||||
/usr/share/xfce4/helpers/*.desktop r,
|
||||
/usr/share/{xfce4,xubuntu}/applications/{,*.list} r,
|
||||
/usr/share/{xfce{,4},xubuntu}/applications/{,*.list} r,
|
||||
|
||||
# User files
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue