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/user-read>
|
||||||
include <abstractions/thumbnails-cache-read>
|
include <abstractions/thumbnails-cache-read>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
include <abstractions/deny-dconf>
|
include <abstractions/ssl_certs>
|
||||||
include <abstractions/deny-root-dir-access>
|
include <abstractions/deny-root-dir-access>
|
||||||
##include <abstractions/nvidia>
|
##include <abstractions/nvidia>
|
||||||
|
|
||||||
|
|
@ -187,6 +187,10 @@ profile firefox @{exec_path} {
|
||||||
owner /dev/tty[0-9]* rw,
|
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 {
|
profile open {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/xdg-open>
|
include <abstractions/xdg-open>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue