aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/hexchat.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-08-11 18:24:45 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-08-25 16:55:12 +0200
commitc6e1558bf4792c3be33cfdf16e366fcb6fa6981a (patch)
treeec26c98a7c5d4455d3601a92fbc5c258116a2b28 /etc/profile-a-l/hexchat.profile
parentadd whitelist items for uim (#3587) (diff)
downloadfirejail-c6e1558bf4792c3be33cfdf16e366fcb6fa6981a.tar.gz
firejail-c6e1558bf4792c3be33cfdf16e366fcb6fa6981a.tar.zst
firejail-c6e1558bf4792c3be33cfdf16e366fcb6fa6981a.zip
wusc whitelists /usr/share/perl{,5} now
This commit removes it from profile which have it. /usr/share/perl* is still inaccessible for profiles with wusc and disable-interpreters.inc w/o allow-perl.inc.
Diffstat (limited to 'etc/profile-a-l/hexchat.profile')
-rw-r--r--etc/profile-a-l/hexchat.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/profile-a-l/hexchat.profile b/etc/profile-a-l/hexchat.profile
index 4c8911a06..86527aa1f 100644
--- a/etc/profile-a-l/hexchat.profile
+++ b/etc/profile-a-l/hexchat.profile
@@ -7,12 +7,14 @@ include hexchat.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/hexchat 9noblacklist ${HOME}/.config/hexchat
10noblacklist /usr/share/perl*
11 10
12# Allow python (blacklisted by disable-interpreters.inc) 11# Allow python (blacklisted by disable-interpreters.inc)
13include allow-python2.inc 12include allow-python2.inc
14include allow-python3.inc 13include allow-python3.inc
15 14
15# Allow perl (blacklisted by disable-interpreters.inc)
16include allow-perl.inc
17
16include disable-common.inc 18include disable-common.inc
17include disable-devel.inc 19include disable-devel.inc
18include disable-exec.inc 20include disable-exec.inc