feat(profiles): add dbus rules for some common profiles.

This commit is contained in:
Alexandre Pujol 2022-06-05 23:06:14 +01:00
parent e949654614
commit 583d7a15f0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
43 changed files with 584 additions and 6 deletions

View file

@ -23,6 +23,33 @@ profile accounts-daemon @{exec_path} flags=(attach_disconnected) {
ptrace (read) peer=unconfined,
dbus (send,receive) bus=system path=/org/freedesktop/PolicyKit[0-9]/Authority
interface=org.freedesktop.PolicyKit[0-9].Authority
member={CheckAuthorization,Changed},
dbus (send,receive) bus=system path=/org/freedesktop/Accounts/User[0-9]*
interface=org.freedesktop.DBus.Properties
member={PropertiesChanged,GetAll},
dbus (send,receive) bus=system path=/org/freedesktop/Accounts/User[0-9]*
interface=org.freedesktop.Accounts.User
member={Changed,SetLanguage},
dbus send bus=system path=/org/freedesktop/PolicyKit[0-9]/Authority
interface=org.freedesktop.DBus.Properties
member=GetAll,
dbus receive bus=system path=/org/freedesktop/Accounts
interface=org.freedesktop.Accounts
member={FindUserByName,ListCachedUsers},
dbus receive bus=system path=/org/freedesktop/Accounts
interface=org.freedesktop.DBus.Properties
member=GetAll,
dbus bind bus=system
name=org.freedesktop.Accounts,
@{exec_path} mr,
/usr/share/accountsservice/{,**} r,