mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Firefox: allow dconf as it breaks firefox settings and extension otherwise.
This commit is contained in:
parent
d6c1e0b020
commit
dc7a83886c
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@ profile firefox @{exec_path} {
|
|||
include <abstractions/user-read>
|
||||
include <abstractions/thumbnails-cache-read>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/deny-dconf>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/deny-root-dir-access>
|
||||
##include <abstractions/nvidia>
|
||||
|
||||
|
@ -187,6 +187,10 @@ profile firefox @{exec_path} {
|
|||
owner /dev/tty[0-9]* rw,
|
||||
|
||||
|
||||
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