From 23f24befa8ebc88e0ba198d889ee5e78e93c3a2f Mon Sep 17 00:00:00 2001 From: Ruan Date: Sat, 23 Apr 2016 10:46:49 +0200 Subject: Allow python3 for hexchat.profile HexChat uses python3 under Arch Linux, so this is required for it to launch. --- etc/hexchat.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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 @@ # HexChat instant messaging profile noblacklist ${HOME}/.config/hexchat noblacklist /usr/lib/python2* +noblacklist /usr/lib/python3* include /etc/firejail/disable-common.inc include /etc/firejail/disable-programs.inc include /etc/firejail/disable-devel.inc -- cgit v1.2.3-54-g00ecf From 53a4601321db31b590019c729ab47e1ceb3679ea Mon Sep 17 00:00:00 2001 From: Ruan Date: Sat, 23 Apr 2016 14:44:55 +0200 Subject: Include common whitelist for hexchat.profile --- etc/hexchat.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/hexchat.profile b/etc/hexchat.profile index bace1c9e6..b77555e55 100644 --- a/etc/hexchat.profile +++ b/etc/hexchat.profile @@ -15,3 +15,4 @@ netfilter mkdir ~/.config mkdir ~/.config/hexchat whitelist ~/.config/hexchat +include /etc/firejail/whitelist-common.inc -- cgit v1.2.3-54-g00ecf