blob: 959cfd48b7d5537ec84494bb9859e9d06c8a8f16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# vim:syntax=apparmor
abi <abi/4.0>,
# permissions for querying dconf settings; granting write access should
# be specified in a specific application's profile.
@{etc_ro}/dconf/** r,
# TODO: make w conditional when an override is available, so it can be moved to a portal.
owner @{run}/user/*/dconf/user rw,
owner @{HOME}/.config/dconf/user r,
# Include additions to the abstraction
include if exists <abstractions/dconf.d>
|