aboutsummaryrefslogtreecommitdiffstats
path: root/etc/hexchat.profile
diff options
context:
space:
mode:
authorLibravatar Ruan <ruany@users.noreply.github.com>2016-04-23 10:46:49 +0200
committerLibravatar Ruan <ruany@users.noreply.github.com>2016-04-23 10:46:49 +0200
commit23f24befa8ebc88e0ba198d889ee5e78e93c3a2f (patch)
tree0276a0ee7e38a6a4c0f433ab92d0c04a754b75ff /etc/hexchat.profile
parentquiterss profile (diff)
downloadfirejail-23f24befa8ebc88e0ba198d889ee5e78e93c3a2f.tar.gz
firejail-23f24befa8ebc88e0ba198d889ee5e78e93c3a2f.tar.zst
firejail-23f24befa8ebc88e0ba198d889ee5e78e93c3a2f.zip
Allow python3 for hexchat.profile
HexChat uses python3 under Arch Linux, so this is required for it to launch.
Diffstat (limited to 'etc/hexchat.profile')
-rw-r--r--etc/hexchat.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/hexchat.profile b/etc/hexchat.profile
index 7978960c8..bace1c9e6 100644
--- a/etc/hexchat.profile
+++ b/etc/hexchat.profile
@@ -1,6 +1,7 @@
1# HexChat instant messaging profile 1# HexChat instant messaging profile
2noblacklist ${HOME}/.config/hexchat 2noblacklist ${HOME}/.config/hexchat
3noblacklist /usr/lib/python2* 3noblacklist /usr/lib/python2*
4noblacklist /usr/lib/python3*
4include /etc/firejail/disable-common.inc 5include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-programs.inc 6include /etc/firejail/disable-programs.inc
6include /etc/firejail/disable-devel.inc 7include /etc/firejail/disable-devel.inc