mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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:
parent
3df7f56154
commit
933658d8a6
1 changed files with 7 additions and 0 deletions
7
profiles/apparmor.d/abstractions/dconf
Normal file
7
profiles/apparmor.d/abstractions/dconf
Normal 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,
|
Loading…
Add table
Reference in a new issue