aboutsummaryrefslogtreecommitdiffstats
path: root/etc/hexchat.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/hexchat.profile')
-rw-r--r--etc/hexchat.profile32
1 files changed, 15 insertions, 17 deletions
diff --git a/etc/hexchat.profile b/etc/hexchat.profile
index 36ddb9e89..ceebb6d18 100644
--- a/etc/hexchat.profile
+++ b/etc/hexchat.profile
@@ -1,21 +1,23 @@
1# Persistent global definitions go here 1# Firejail profile for hexchat
2include /etc/firejail/globals.local 2# This file is overwritten after every install/update
3 3# Persistent local customizations
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/hexchat.local 4include /etc/firejail/hexchat.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7 7
8# HexChat instant messaging profile
9# Currently in testing (may not work for all users)
10noblacklist ${HOME}/.config/hexchat 8noblacklist ${HOME}/.config/hexchat
11#noblacklist /usr/lib/python2* 9# noblacklist /usr/lib/python2*
12#noblacklist /usr/lib/python3* 10# noblacklist /usr/lib/python3*
11
13include /etc/firejail/disable-common.inc 12include /etc/firejail/disable-common.inc
14include /etc/firejail/disable-programs.inc
15include /etc/firejail/disable-devel.inc 13include /etc/firejail/disable-devel.inc
14include /etc/firejail/disable-programs.inc
15
16mkdir ~/.config/hexchat
17whitelist ~/.config/hexchat
18include /etc/firejail/whitelist-common.inc
16 19
17caps.drop all 20caps.drop all
18#ipc-namespace
19netfilter 21netfilter
20no3d 22no3d
21nogroups 23nogroups
@@ -28,15 +30,11 @@ seccomp
28shell none 30shell none
29tracelog 31tracelog
30 32
31mkdir ~/.config/hexchat 33disable-mnt
32whitelist ~/.config/hexchat 34# debug note: private-bin requires perl, python, etc on some systems
33include /etc/firejail/whitelist-common.inc
34
35private-bin hexchat 35private-bin hexchat
36#debug note: private-bin requires perl, python, etc on some systems
37private-dev 36private-dev
38private-tmp 37private-tmp
39disable-mnt
40 38
41noexec ${HOME} 39noexec ${HOME}
42noexec /tmp 40noexec /tmp