apparmor/profiles/apparmor.d/abstractions/dconf
Steve Beattie 0c4d2a0fc5 Add dconf abstraction for querying dconf settings
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.

From: intrigeri <intrigeri@boum.org>
Acked-by: Steve Beattie <steve@nxnw.org>
2013-10-09 06:18:09 -07:00

7 lines
227 B
Text

# 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,