aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-01-04 00:17:45 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-04 00:17:45 +0000
commit4e936f523c70e7163c3f6a3cd98de5c2e1b44ad5 (patch)
tree6aa13a2af4593ebf3da54f34106a6fc02d4d1535 /etc/profile-m-z
parentRELNOTES: add build and ci items (diff)
downloadfirejail-4e936f523c70e7163c3f6a3cd98de5c2e1b44ad5.tar.gz
firejail-4e936f523c70e7163c3f6a3cd98de5c2e1b44ad5.tar.zst
firejail-4e936f523c70e7163c3f6a3cd98de5c2e1b44ad5.zip
man: allow Perl (#6143)
gropdf (`man -Tpdf`) needs Perl (see #6142).
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/man.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/man.profile b/etc/profile-m-z/man.profile
index cdf1d807f..96a2be1b1 100644
--- a/etc/profile-m-z/man.profile
+++ b/etc/profile-m-z/man.profile
@@ -12,6 +12,9 @@ blacklist ${RUNUSER}
12noblacklist ${HOME}/.local/share/man 12noblacklist ${HOME}/.local/share/man
13noblacklist ${HOME}/.rustup 13noblacklist ${HOME}/.rustup
14 14
15# Allow perl (blacklisted by disable-interpreters.inc)
16include allow-perl.inc
17
15include disable-common.inc 18include disable-common.inc
16include disable-devel.inc 19include disable-devel.inc
17include disable-exec.inc 20include disable-exec.inc