aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar archaon616 <104575007+archaon616@users.noreply.github.com>2023-12-11 17:29:22 +0000
committerLibravatar GitHub <noreply@github.com>2023-12-11 17:29:22 +0000
commit3d80f604c89688b968ea87e1dda471b2b32a2d55 (patch)
treef69fc45871dea68ff8324fea2120a05a7cd0f705 /etc
parentfractal.profile: allow /usr/share/fractal (diff)
downloadfirejail-3d80f604c89688b968ea87e1dda471b2b32a2d55.tar.gz
firejail-3d80f604c89688b968ea87e1dda471b2b32a2d55.tar.zst
firejail-3d80f604c89688b968ea87e1dda471b2b32a2d55.zip
steam.profile: Allow Project Zomboid (#6117)
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-m-z/steam.profile3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 13b4b2078..f28f2ef19 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -1219,6 +1219,7 @@ blacklist ${HOME}/Standard Notes Backups
1219blacklist ${HOME}/TeamSpeak3-Client-linux_amd64 1219blacklist ${HOME}/TeamSpeak3-Client-linux_amd64
1220blacklist ${HOME}/TeamSpeak3-Client-linux_x86 1220blacklist ${HOME}/TeamSpeak3-Client-linux_x86
1221blacklist ${HOME}/UpdateInfo 1221blacklist ${HOME}/UpdateInfo
1222blacklist ${HOME}/Zomboid
1222blacklist ${HOME}/hyperrogue.ini 1223blacklist ${HOME}/hyperrogue.ini
1223blacklist ${HOME}/i2p 1224blacklist ${HOME}/i2p
1224blacklist ${HOME}/mps 1225blacklist ${HOME}/mps
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index 41de746dd..e0ced2030 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -44,6 +44,7 @@ noblacklist ${HOME}/.prey
44noblacklist ${HOME}/.steam 44noblacklist ${HOME}/.steam
45noblacklist ${HOME}/.steampath 45noblacklist ${HOME}/.steampath
46noblacklist ${HOME}/.steampid 46noblacklist ${HOME}/.steampid
47noblacklist ${HOME}/Zomboid
47# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work 48# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work
48noblacklist /sbin 49noblacklist /sbin
49noblacklist /usr/sbin 50noblacklist /usr/sbin
@@ -95,6 +96,7 @@ mkdir ${HOME}/.paradoxinteractive
95mkdir ${HOME}/.paradoxlauncher 96mkdir ${HOME}/.paradoxlauncher
96mkdir ${HOME}/.prey 97mkdir ${HOME}/.prey
97mkdir ${HOME}/.steam 98mkdir ${HOME}/.steam
99mkdir ${HOME}/Zomboid
98mkfile ${HOME}/.steampath 100mkfile ${HOME}/.steampath
99mkfile ${HOME}/.steampid 101mkfile ${HOME}/.steampid
100whitelist ${HOME}/.config/Epic 102whitelist ${HOME}/.config/Epic
@@ -136,6 +138,7 @@ whitelist ${HOME}/.prey
136whitelist ${HOME}/.steam 138whitelist ${HOME}/.steam
137whitelist ${HOME}/.steampath 139whitelist ${HOME}/.steampath
138whitelist ${HOME}/.steampid 140whitelist ${HOME}/.steampid
141whitelist ${HOME}/Zomboid
139include whitelist-common.inc 142include whitelist-common.inc
140include whitelist-var-common.inc 143include whitelist-var-common.inc
141 144