feat(profiles): improve dbus integration.
This commit is contained in:
parent
33a9b062ff
commit
d2a650f6c6
19 changed files with 77 additions and 66 deletions
|
|
@ -5,6 +5,16 @@
|
|||
# Permissions for querying dconf settings with write access; use the dconf
|
||||
# abstraction first, and dconf-write only for specific application's profile.
|
||||
|
||||
dbus send bus=session path=/ca/desrt/dconf/Writer/user
|
||||
interface=ca.desrt.dconf.Writer
|
||||
member=Change
|
||||
peer=(name=ca.desrt.dconf), # no peer's labels
|
||||
|
||||
dbus receive bus=session path=/ca/desrt/dconf/Writer/user
|
||||
interface=ca.desrt.dconf.Writer
|
||||
member=Notify
|
||||
peer=(name=:*, label=dconf-service),
|
||||
|
||||
/etc/dconf/** r,
|
||||
|
||||
owner @{user_config_dirs}/dconf/user r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue