mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
feat(abs): add support for xfce in the desktop abs.
This commit is contained in:
parent
1919d90770
commit
edf32f923c
@ -17,9 +17,9 @@
|
||||
# if @{DE} == gnome
|
||||
|
||||
dbus receive bus=session
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
member=Introspect
|
||||
peer=(name=:*, label=gnome-shell),
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
member=Introspect
|
||||
peer=(name=:*, label=gnome-shell),
|
||||
|
||||
/usr/{local/,}share/ r,
|
||||
/usr/{local/,}share/glib-@{int}.@{int}/schemas/** r,
|
||||
@ -45,6 +45,11 @@
|
||||
owner @{user_config_dirs}/kdeglobals r,
|
||||
owner @{user_config_dirs}/kwinrc r,
|
||||
|
||||
# else if @{DE} == xfce
|
||||
|
||||
owner @{user_config_dirs}/xfce4/help{,ers}.rc rw,
|
||||
owner @{user_config_dirs}/xfce4/help{,ers}.rc.@{int}.tmp rw,
|
||||
|
||||
# end
|
||||
|
||||
/usr/share/hwdata/*.ids r,
|
||||
|
Loading…
Reference in New Issue
Block a user