mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 06:45:10 +01:00
chromium **needs** dconf.
This commit is contained in:
parent
18f56603b3
commit
6aa99d3ec5
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,6 @@ profile chromium-chromium @{exec_path} {
|
|||
include <abstractions/thumbnails-cache-read>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/deny-dconf>
|
||||
include <abstractions/deny-root-dir-access>
|
||||
|
||||
ptrace (read) peer=chrome-gnome-shell,
|
||||
|
@ -194,6 +193,10 @@ profile chromium-chromium @{exec_path} {
|
|||
|
||||
/etc/opensc.conf r,
|
||||
|
||||
include <abstractions/dconf>
|
||||
owner @{run}/user/[0-9]*/dconf/ rw,
|
||||
owner @{run}/user/[0-9]*/dconf/user rw,
|
||||
|
||||
profile open {
|
||||
include <abstractions/base>
|
||||
include <abstractions/xdg-open>
|
||||
|
|
Loading…
Reference in a new issue