mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00

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>
7 lines
227 B
Text
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,
|