mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
fix(polkit-gnome-authentication-agent): include dconf-write
This commit is contained in:
parent
c3de88e476
commit
37d0a36763
@ -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 New Issue
Block a user