Add dconf abstraction for querying dconf settings

Merge from trunk revno: 2209

An abstraction to grant the ability to query dconf settings. It does
not grant the ability to update or add settings, due to our current
inability to restrict where within the dconf hierarchy updates
can occur.

Nominated for 2.8 by intrigeri <intrigeri@boum.org>
Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
Steve Beattie 2014-03-10 10:25:55 -07:00
parent 3df7f56154
commit 933658d8a6

View file

@ -0,0 +1,7 @@
# vim:syntax=apparmor
# permissions for querying dconf settings; granting write access should
# be specified in a specific application's profile.
owner /{,var/}run/user/*/dconf/user r,
owner @{HOME}/.config/dconf/user r,