aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-29 19:28:09 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-29 19:28:37 +0200
commit7ebd2e1401e62ef45dc929ea16d1e980993e4dbe (patch)
tree394231dc1c33fbac6bb5a8552ab3cd83f0fa6cd6 /etc
parentfix crash during --shutdonw (diff)
downloadfirejail-7ebd2e1401e62ef45dc929ea16d1e980993e4dbe.tar.gz
firejail-7ebd2e1401e62ef45dc929ea16d1e980993e4dbe.tar.zst
firejail-7ebd2e1401e62ef45dc929ea16d1e980993e4dbe.zip
Fix #3823 -- Unable to start hexchat with firejail
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/hexchat.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/profile-a-l/hexchat.profile b/etc/profile-a-l/hexchat.profile
index f72af0b4a..b887de147 100644
--- a/etc/profile-a-l/hexchat.profile
+++ b/etc/profile-a-l/hexchat.profile
@@ -8,6 +8,9 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/hexchat 9noblacklist ${HOME}/.config/hexchat
10 10
11# Allow /bin/sh (blacklisted by disable-shell.inc)
12include allow-bin-sh.inc
13
11# Allow perl (blacklisted by disable-interpreters.inc) 14# Allow perl (blacklisted by disable-interpreters.inc)
12include allow-perl.inc 15include allow-perl.inc
13 16
@@ -48,7 +51,7 @@ tracelog
48 51
49disable-mnt 52disable-mnt
50# debug note: private-bin requires perl, python, etc on some systems 53# debug note: private-bin requires perl, python, etc on some systems
51private-bin hexchat,python* 54private-bin hexchat,python*,sh
52private-dev 55private-dev
53#private-lib - python problems 56#private-lib - python problems
54private-tmp 57private-tmp