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

This matches what we use in the profiles for local abstractions. Also adjust the check in the Makefile to expect the variant without '#'.
13 lines
344 B
Text
13 lines
344 B
Text
# vim:syntax=apparmor
|
|
|
|
abi <abi/3.0>,
|
|
|
|
# permissions for querying dconf settings; granting write access should
|
|
# be specified in a specific application's profile.
|
|
|
|
/etc/dconf/** r,
|
|
owner @{run}/user/*/dconf/user r,
|
|
owner @{HOME}/.config/dconf/user r,
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/dconf.d>
|