mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
fix: profile compilation.
This commit is contained in:
parent
6db83003c7
commit
6f8ad7ab81
@ -62,7 +62,7 @@ profile gjs-console @{exec_path} flags=(attach_disconnected) {
|
||||
peer=(name=:*, label=gnome-shell),
|
||||
|
||||
dbus (send,receive) bus=session path=/org/gnome/ScreenSaver
|
||||
interface=org.gnome.ScreenSaver
|
||||
interface=org.gnome.ScreenSaver,
|
||||
|
||||
dbus receive bus=session path=/org/gnome/Shell/Introspect
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
|
@ -80,7 +80,7 @@ profile NetworkManager @{exec_path} flags=(attach_disconnected) {
|
||||
interface=org.freedesktop.DBus.ObjectManager
|
||||
member=GetManagedObjects,
|
||||
|
||||
dbus (send eceive) bus=system path=/fi/w1/wpa_supplicant1{,/**}
|
||||
dbus (send receive) bus=system path=/fi/w1/wpa_supplicant1{,/**}
|
||||
interface={fi.w1.wpa_supplicant1.Interface,org.freedesktop.DBus.Properties}
|
||||
member=PropertiesChanged
|
||||
peer=(name=:*, label=wpa-supplicant),
|
||||
|
Loading…
Reference in New Issue
Block a user