mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
steam.profile: Allow Project Zomboid (#6117)
This commit is contained in:
parent
4347f06aa9
commit
3d80f604c8
2 changed files with 4 additions and 0 deletions
|
|
@ -1219,6 +1219,7 @@ blacklist ${HOME}/Standard Notes Backups
|
|||
blacklist ${HOME}/TeamSpeak3-Client-linux_amd64
|
||||
blacklist ${HOME}/TeamSpeak3-Client-linux_x86
|
||||
blacklist ${HOME}/UpdateInfo
|
||||
blacklist ${HOME}/Zomboid
|
||||
blacklist ${HOME}/hyperrogue.ini
|
||||
blacklist ${HOME}/i2p
|
||||
blacklist ${HOME}/mps
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ noblacklist ${HOME}/.prey
|
|||
noblacklist ${HOME}/.steam
|
||||
noblacklist ${HOME}/.steampath
|
||||
noblacklist ${HOME}/.steampid
|
||||
noblacklist ${HOME}/Zomboid
|
||||
# needed for STEAM_RUNTIME_PREFER_HOST_LIBRARIES=1 to work
|
||||
noblacklist /sbin
|
||||
noblacklist /usr/sbin
|
||||
|
|
@ -95,6 +96,7 @@ mkdir ${HOME}/.paradoxinteractive
|
|||
mkdir ${HOME}/.paradoxlauncher
|
||||
mkdir ${HOME}/.prey
|
||||
mkdir ${HOME}/.steam
|
||||
mkdir ${HOME}/Zomboid
|
||||
mkfile ${HOME}/.steampath
|
||||
mkfile ${HOME}/.steampid
|
||||
whitelist ${HOME}/.config/Epic
|
||||
|
|
@ -136,6 +138,7 @@ whitelist ${HOME}/.prey
|
|||
whitelist ${HOME}/.steam
|
||||
whitelist ${HOME}/.steampath
|
||||
whitelist ${HOME}/.steampid
|
||||
whitelist ${HOME}/Zomboid
|
||||
include whitelist-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue