aboutsummaryrefslogtreecommitdiffstats
path: root/etc/hexchat.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/hexchat.profile')
-rw-r--r--etc/hexchat.profile9
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/hexchat.profile b/etc/hexchat.profile
index f070937ef..ceebb6d18 100644
--- a/etc/hexchat.profile
+++ b/etc/hexchat.profile
@@ -6,6 +6,8 @@ include /etc/firejail/hexchat.local
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ${HOME}/.config/hexchat 8noblacklist ${HOME}/.config/hexchat
9# noblacklist /usr/lib/python2*
10# noblacklist /usr/lib/python3*
9 11
10include /etc/firejail/disable-common.inc 12include /etc/firejail/disable-common.inc
11include /etc/firejail/disable-devel.inc 13include /etc/firejail/disable-devel.inc
@@ -29,15 +31,10 @@ shell none
29tracelog 31tracelog
30 32
31disable-mnt 33disable-mnt
34# debug note: private-bin requires perl, python, etc on some systems
32private-bin hexchat 35private-bin hexchat
33private-dev 36private-dev
34private-tmp 37private-tmp
35 38
36noexec ${HOME} 39noexec ${HOME}
37noexec /tmp 40noexec /tmp
38
39# CLOBBERED COMMENTS
40# Currently in testing (may not work for all users)
41# debug note: private-bin requires perl, python, etc on some systems
42# noblacklist /usr/lib/python2*
43# noblacklist /usr/lib/python3*