aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-perl.inc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
commitfe0f975f447d59977d90c3226cc8c623b31b20b3 (patch)
tree70897a33cde6c716e273d927d18a6be4b54c18a9 /etc/inc/allow-perl.inc
parentdeprecated whitelist=yes/no in /etc/firejail/firejail.config (diff)
downloadfirejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.gz
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.zst
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.zip
move whitelist/blacklist to allow/deny
Diffstat (limited to 'etc/inc/allow-perl.inc')
-rw-r--r--etc/inc/allow-perl.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/inc/allow-perl.inc b/etc/inc/allow-perl.inc
index 5a1952c94..134d27239 100644
--- a/etc/inc/allow-perl.inc
+++ b/etc/inc/allow-perl.inc
@@ -2,11 +2,11 @@
2# Persistent customizations should go in a .local file. 2# Persistent customizations should go in a .local file.
3include allow-perl.local 3include allow-perl.local
4 4
5noblacklist ${PATH}/core_perl 5nodeny ${PATH}/core_perl
6noblacklist ${PATH}/cpan* 6nodeny ${PATH}/cpan*
7noblacklist ${PATH}/perl 7nodeny ${PATH}/perl
8noblacklist ${PATH}/site_perl 8nodeny ${PATH}/site_perl
9noblacklist ${PATH}/vendor_perl 9nodeny ${PATH}/vendor_perl
10noblacklist /usr/lib/perl* 10nodeny /usr/lib/perl*
11noblacklist /usr/lib64/perl* 11nodeny /usr/lib64/perl*
12noblacklist /usr/share/perl* 12nodeny /usr/share/perl*