aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-perl.inc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-10-26 15:41:34 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-10-26 15:43:53 +0100
commit388826683c3b90926e73c83ddb91d5c84a7fa1fa (patch)
treed037f48e22c7576e9c6934d932baaa7a21dc6bcf /etc/inc/allow-perl.inc
parentMerge pull request #3700 from rusty-snake/fix-3699 (diff)
downloadfirejail-388826683c3b90926e73c83ddb91d5c84a7fa1fa.tar.gz
firejail-388826683c3b90926e73c83ddb91d5c84a7fa1fa.tar.zst
firejail-388826683c3b90926e73c83ddb91d5c84a7fa1fa.zip
add missing paths to disable-interpreters.inc
and update allow-xxx.inc Fedora uses /usr/lib64 for arch specifiy files and /usr/lib for arch independent files. php, py2, ruby may have also paths there.
Diffstat (limited to 'etc/inc/allow-perl.inc')
-rw-r--r--etc/inc/allow-perl.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/allow-perl.inc b/etc/inc/allow-perl.inc
index f44e1e3cc..5a1952c94 100644
--- a/etc/inc/allow-perl.inc
+++ b/etc/inc/allow-perl.inc
@@ -8,4 +8,5 @@ noblacklist ${PATH}/perl
8noblacklist ${PATH}/site_perl 8noblacklist ${PATH}/site_perl
9noblacklist ${PATH}/vendor_perl 9noblacklist ${PATH}/vendor_perl
10noblacklist /usr/lib/perl* 10noblacklist /usr/lib/perl*
11noblacklist /usr/lib64/perl*
11noblacklist /usr/share/perl* 12noblacklist /usr/share/perl*