mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
qutebrowser: allow userscripts by default (#5649)
Fixes #5639. qutebrowser: drop apparmor Suggested in PR review.
This commit is contained in:
parent
097d56b413
commit
bb3f88606b
1 changed files with 3 additions and 1 deletions
|
|
@ -18,6 +18,8 @@ include allow-bin-sh.inc
|
|||
include allow-python2.inc
|
||||
include allow-python3.inc
|
||||
|
||||
ignore noexec ${HOME}
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
|
|
@ -41,7 +43,7 @@ include whitelist-runuser-common.inc
|
|||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
apparmor
|
||||
#apparmor # breaks userscripts under ${HOME}, see #5639
|
||||
caps.drop all
|
||||
netfilter
|
||||
nodvd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue