mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(polkit-gnome-authentication-agent): include dconf-write
This commit is contained in:
parent
c3de88e476
commit
37d0a36763
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ include <tunables/global>
|
|||
@{exec_path} += @{lib}/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
profile polkit-gnome-authentication-agent @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dconf-write>
|
||||
include <abstractions/gnome-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
@ -19,4 +20,4 @@ profile polkit-gnome-authentication-agent @{exec_path} {
|
|||
@{PROC}/@{pid}/cgroup r,
|
||||
|
||||
include if exists <local/polkit-gnome-authentication-agent>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue