mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
wusc whitelists /usr/share/perl{,5} now
This commit removes it from profile which have it. /usr/share/perl* is still inaccessible for profiles with wusc and disable-interpreters.inc w/o allow-perl.inc.
This commit is contained in:
parent
e8b4527e25
commit
c6e1558bf4
9 changed files with 3 additions and 10 deletions
|
|
@ -22,7 +22,6 @@ include disable-passwdmgr.inc
|
|||
include disable-programs.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
whitelist /usr/share/perl5
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ include disable-programs.inc
|
|||
|
||||
mkdir ${HOME}/.claws-mail
|
||||
whitelist ${HOME}/.claws-mail
|
||||
whitelist /usr/share/perl5
|
||||
include whitelist-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
|
|
|||
|
|
@ -12,7 +12,5 @@ include conplay.local
|
|||
# Allow perl (blacklisted by disable-interpreters.inc)
|
||||
include allow-perl.inc
|
||||
|
||||
whitelist /usr/share/perl5
|
||||
|
||||
# Redirect
|
||||
include mpg123.profile
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ include disable-interpreters.inc
|
|||
include disable-passwdmgr.inc
|
||||
include disable-programs.inc
|
||||
|
||||
whitelist /usr/share/perl5
|
||||
whitelist /usr/share/perl-image-exiftool
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ include disable-xdg.inc
|
|||
|
||||
mkdir ${HOME}/.frozen-bubble
|
||||
whitelist ${HOME}/.frozen-bubble
|
||||
whitelist /usr/share/perl5
|
||||
include whitelist-common.inc
|
||||
include whitelist-runuser-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ include disable-passwdmgr.inc
|
|||
include disable-programs.inc
|
||||
|
||||
whitelist /usr/share/gnome-latex
|
||||
whitelist /usr/share/perl5
|
||||
whitelist /usr/share/texlive
|
||||
include whitelist-runuser-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
|
|
|
|||
|
|
@ -7,12 +7,14 @@ include hexchat.local
|
|||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.config/hexchat
|
||||
noblacklist /usr/share/perl*
|
||||
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
include allow-python2.inc
|
||||
include allow-python3.inc
|
||||
|
||||
# Allow perl (blacklisted by disable-interpreters.inc)
|
||||
include allow-perl.inc
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ include disable-passwdmgr.inc
|
|||
include disable-programs.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
whitelist /usr/share/perl5
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ noblacklist ${HOME}/.weechat
|
|||
include disable-common.inc
|
||||
include disable-programs.inc
|
||||
|
||||
whitelist /usr/share/perl5
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue