feat(dbus): replace some rule by the new directives.
This commit is contained in:
parent
66a4a17924
commit
b1212c6e62
26 changed files with 42 additions and 292 deletions
|
|
@ -23,19 +23,7 @@ profile accounts-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
ptrace (read) peer=unconfined,
|
||||
|
||||
dbus bind bus=system name=org.freedesktop.Accounts,
|
||||
dbus receive bus=system path=/org/freedesktop/Accounts{,/User@{uid}}
|
||||
interface=org.freedesktop.Accounts*
|
||||
peer=(name=:*),
|
||||
dbus receive bus=system path=/org/freedesktop/Accounts{,/User@{uid}}
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
peer=(name=:*),
|
||||
dbus send bus=system path=/org/freedesktop/Accounts/User@{uid}
|
||||
interface=org.freedesktop.Accounts.User
|
||||
peer=(name=org.freedesktop.DBus),
|
||||
dbus send bus=system path=/org/freedesktop/Accounts/User@{uid}
|
||||
interface=org.freedesktop.DBus.Properties
|
||||
peer=(name=org.freedesktop.DBus),
|
||||
# dbus: own bus=system name=org.freedesktop.Accounts
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/DBus
|
||||
interface=org.freedesktop.DBus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue