mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
parent
925ff6fecd
commit
3836131f3c
2 changed files with 5 additions and 5 deletions
|
|
@ -9,8 +9,8 @@ include globals.local
|
|||
noblacklist ${HOME}/.cache/rednotebook
|
||||
noblacklist ${HOME}/.rednotebook
|
||||
|
||||
# whitelist python (blacklisted by disable-interpreters.inc)
|
||||
include whitelist-python3.inc
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
include allow-python3.inc
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ include globals.local
|
|||
noblacklist ${HOME}/.cache/zim
|
||||
noblacklist ${HOME}/.config/zim
|
||||
|
||||
# whitelist python (blacklisted by disable-interpreters.inc)
|
||||
include whitelist-python2.inc
|
||||
include whitelist-python3.inc
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
include allow-python2.inc
|
||||
include allow-python3.inc
|
||||
|
||||
blacklist /usr/libexec
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue