mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
This is the counterpart of the blacklist of rxvt in commit ed5c259f,
as suggested in the discussion of pull request #4831.
15 lines
443 B
Text
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
|