aboutsummaryrefslogtreecommitdiffstats
path: root/etc/hexchat.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/hexchat.profile')
-rw-r--r--etc/hexchat.profile10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/hexchat.profile b/etc/hexchat.profile
index 02f8e9eeb..9b2eafcea 100644
--- a/etc/hexchat.profile
+++ b/etc/hexchat.profile
@@ -7,11 +7,17 @@ include /etc/firejail/globals.local
7 7
8noblacklist ${HOME}/.config/hexchat 8noblacklist ${HOME}/.config/hexchat
9noblacklist /usr/share/perl* 9noblacklist /usr/share/perl*
10# noblacklist /usr/lib/python2* 10
11# noblacklist /usr/lib/python3* 11# Allow python (blacklisted by disable-interpreters.inc)
12noblacklist ${PATH}/python2*
13noblacklist ${PATH}/python3*
14noblacklist /usr/lib/python2*
15noblacklist /usr/lib/python3*
12 16
13include /etc/firejail/disable-common.inc 17include /etc/firejail/disable-common.inc
14include /etc/firejail/disable-devel.inc 18include /etc/firejail/disable-devel.inc
19include /etc/firejail/disable-interpreters.inc
20include /etc/firejail/disable-passwdmgr.inc
15include /etc/firejail/disable-programs.inc 21include /etc/firejail/disable-programs.inc
16 22
17mkdir ${HOME}/.config/hexchat 23mkdir ${HOME}/.config/hexchat