From c43eef27df2aeaad739fe6ce09a5be53159ebe8d Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Mon, 20 Mar 2017 21:29:00 -0500 Subject: Update warzone2100 profile for new version. Arch has warzone2100-3.2 in its repos. Since the profile only expected v3.1, it didn't work on Arch. The mkdir lines have also been commented out (so users don't end up with a useless warzone2100 directory in $HOME)... might need to re-enable it if it causes problems. --- etc/disable-programs.inc | 4 ++-- etc/warzone2100.profile | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index a5c7502db..06a519e9a 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -1,4 +1,4 @@ -# This file is overwritten during software install. +# This file is overwritten during software install. # Persistent customizations should go in a .local file. include /etc/firejail/disable-programs.local @@ -282,7 +282,7 @@ blacklist ${HOME}/.thunderbird blacklist ${HOME}/.ts3client blacklist ${HOME}/.vst blacklist ${HOME}/.w3m -blacklist ${HOME}/.warzone2100-3.1 +blacklist ${HOME}/.warzone2100-3.* blacklist ${HOME}/.weechat blacklist ${HOME}/.wine blacklist ${HOME}/.wine64 diff --git a/etc/warzone2100.profile b/etc/warzone2100.profile index 702097d98..2f4055887 100644 --- a/etc/warzone2100.profile +++ b/etc/warzone2100.profile @@ -3,16 +3,17 @@ include /etc/firejail/warzone2100.local # Firejail profile for warzone2100 -# Currently supports warzone2100-3.1 -noblacklist ~/.warzone2100-3.1 +noblacklist ~/.warzone2100-3.* include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-passwdmgr.inc include /etc/firejail/disable-programs.inc # Whitelist -mkdir ~/.warzone2100-3.1 +#mkdir ~/.warzone2100-3.1 whitelist ~/.warzone2100-3.1 +#mkdir ~/.warzone2100-3.2 +whitelist ~/.warzone2100-3.2 # Call these options caps.drop all -- cgit v1.2.3-54-g00ecf