aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorLibravatar Vincent Lefevre <vincent@vinc17.net>2022-01-10 17:06:59 +0100
committerLibravatar Vincent Lefevre <vincent@vinc17.net>2022-01-10 17:06:59 +0100
commit213710ab442a9efaa00cb28e83b1b42a91885ce8 (patch)
tree32309e3826d12c2cc9f3bb385aa508ba394c2983 /etc/inc
parentremove compile warning (diff)
downloadfirejail-213710ab442a9efaa00cb28e83b1b42a91885ce8.tar.gz
firejail-213710ab442a9efaa00cb28e83b1b42a91885ce8.tar.zst
firejail-213710ab442a9efaa00cb28e83b1b42a91885ce8.zip
Noblacklist rxvt in allow-perl.inc
This is the counterpart of the blacklist of rxvt in commit ed5c259f, as suggested in the discussion of pull request #4831.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/allow-perl.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/allow-perl.inc b/etc/inc/allow-perl.inc
index 5a1952c94..a473900da 100644
--- a/etc/inc/allow-perl.inc
+++ b/etc/inc/allow-perl.inc
@@ -10,3 +10,6 @@ noblacklist ${PATH}/vendor_perl
10noblacklist /usr/lib/perl* 10noblacklist /usr/lib/perl*
11noblacklist /usr/lib64/perl* 11noblacklist /usr/lib64/perl*
12noblacklist /usr/share/perl* 12noblacklist /usr/share/perl*
13
14# rxvt is also blacklisted in disable-interpreters.inc
15noblacklist ${PATH}/rxvt