aboutsummaryrefslogtreecommitdiffstats
path: root/etc/hexchat.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:22:08 -0400
commit9e3ba319be6b9546d7e8f450ca419ee2f3f4040b (patch)
tree0aebe82de78a61877c267f4dcb2ebcc13a2e37c9 /etc/hexchat.profile
parentvarious profile fixes (#1433) (diff)
downloadfirejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.gz
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.tar.zst
firejail-9e3ba319be6b9546d7e8f450ca419ee2f3f4040b.zip
Unify all profiles
Diffstat (limited to 'etc/hexchat.profile')
-rw-r--r--etc/hexchat.profile35
1 files changed, 18 insertions, 17 deletions
diff --git a/etc/hexchat.profile b/etc/hexchat.profile
index 36ddb9e89..f070937ef 100644
--- a/etc/hexchat.profile
+++ b/etc/hexchat.profile
@@ -1,21 +1,21 @@
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
12#noblacklist /usr/lib/python3*
13include /etc/firejail/disable-common.inc 10include /etc/firejail/disable-common.inc
14include /etc/firejail/disable-programs.inc
15include /etc/firejail/disable-devel.inc 11include /etc/firejail/disable-devel.inc
12include /etc/firejail/disable-programs.inc
13
14mkdir ~/.config/hexchat
15whitelist ~/.config/hexchat
16include /etc/firejail/whitelist-common.inc
16 17
17caps.drop all 18caps.drop all
18#ipc-namespace
19netfilter 19netfilter
20no3d 20no3d
21nogroups 21nogroups
@@ -28,15 +28,16 @@ seccomp
28shell none 28shell none
29tracelog 29tracelog
30 30
31mkdir ~/.config/hexchat 31disable-mnt
32whitelist ~/.config/hexchat
33include /etc/firejail/whitelist-common.inc
34
35private-bin hexchat 32private-bin hexchat
36#debug note: private-bin requires perl, python, etc on some systems
37private-dev 33private-dev
38private-tmp 34private-tmp
39disable-mnt
40 35
41noexec ${HOME} 36noexec ${HOME}
42noexec /tmp 37noexec /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*