aboutsummaryrefslogtreecommitdiffstats
path: root/etc/hexchat.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-14 09:10:13 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-14 09:10:13 -0400
commitb0a97b9df55bc61d136c968db6e3a6583495ed55 (patch)
treec6bb6c422737f05cfb87e64e99d32284010d7874 /etc/hexchat.profile
parentfcopy fix: remove warnings for private-bin python* on Arch Linux (diff)
downloadfirejail-b0a97b9df55bc61d136c968db6e3a6583495ed55.tar.gz
firejail-b0a97b9df55bc61d136c968db6e3a6583495ed55.tar.zst
firejail-b0a97b9df55bc61d136c968db6e3a6583495ed55.zip
removed private-lib and memory-deny-write-execute from hexchat profile
Diffstat (limited to 'etc/hexchat.profile')
-rw-r--r--etc/hexchat.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/hexchat.profile b/etc/hexchat.profile
index 46ddee61d..5945665cc 100644
--- a/etc/hexchat.profile
+++ b/etc/hexchat.profile
@@ -36,11 +36,11 @@ tracelog
36 36
37disable-mnt 37disable-mnt
38# debug note: private-bin requires perl, python, etc on some systems 38# debug note: private-bin requires perl, python, etc on some systems
39private-bin hexchat 39private-bin hexchat,python*
40private-dev 40private-dev
41private-lib 41#private-lib - python problems
42private-tmp 42private-tmp
43 43
44memory-deny-write-execute 44# memory-deny-write-execute - breaks python
45noexec ${HOME} 45noexec ${HOME}
46noexec /tmp 46noexec /tmp