firejail/etc/inc/allow-perl.inc
Vincent Lefevre 213710ab44 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.
2022-01-10 17:06:59 +01:00

15 lines
443 B
Text

# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include allow-perl.local
noblacklist ${PATH}/core_perl
noblacklist ${PATH}/cpan*
noblacklist ${PATH}/perl
noblacklist ${PATH}/site_perl
noblacklist ${PATH}/vendor_perl
noblacklist /usr/lib/perl*
noblacklist /usr/lib64/perl*
noblacklist /usr/share/perl*
# rxvt is also blacklisted in disable-interpreters.inc
noblacklist ${PATH}/rxvt