aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Davide Beatrici <git@davidebeatrici.dev>2022-03-11 02:34:00 +0100
committerLibravatar Davide Beatrici <git@davidebeatrici.dev>2022-03-11 04:07:01 +0100
commitaf8f681c0af28841a5420d146600e0486fbf360d (patch)
tree1cedc278740ff906fa6be56d59a61a7679e606db
parentfix testing (diff)
downloadfirejail-af8f681c0af28841a5420d146600e0486fbf360d.tar.gz
firejail-af8f681c0af28841a5420d146600e0486fbf360d.tar.zst
firejail-af8f681c0af28841a5420d146600e0486fbf360d.zip
steam.profile: allow "${HOME}/.prey"
The directory is used by the Linux binary for Prey (2006), available at https://icculus.org/prey. Not whitelisting the directory results in the game failing to launch: found DLL in pak file: /home/user/.steam/steamapps/common/Prey 2006/base/game01.pk4/gamex86.so copy gamex86.so to /home/user/.prey/base/gamex86.so dlopen '/home/user/.prey/base/gamex86.so' failed: /home/user/.prey/base/gamex86.so: failed to map segment from shared object
-rw-r--r--etc/profile-m-z/steam.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index b0be8a517..1489db05e 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -35,6 +35,7 @@ noblacklist ${HOME}/.local/share/vpltd
35noblacklist ${HOME}/.local/share/vulkan 35noblacklist ${HOME}/.local/share/vulkan
36noblacklist ${HOME}/.mbwarband 36noblacklist ${HOME}/.mbwarband
37noblacklist ${HOME}/.paradoxinteractive 37noblacklist ${HOME}/.paradoxinteractive
38noblacklist ${HOME}/.prey
38noblacklist ${HOME}/.steam 39noblacklist ${HOME}/.steam
39noblacklist ${HOME}/.steampath 40noblacklist ${HOME}/.steampath
40noblacklist ${HOME}/.steampid 41noblacklist ${HOME}/.steampid
@@ -82,6 +83,7 @@ mkdir ${HOME}/.local/share/vpltd
82mkdir ${HOME}/.local/share/vulkan 83mkdir ${HOME}/.local/share/vulkan
83mkdir ${HOME}/.mbwarband 84mkdir ${HOME}/.mbwarband
84mkdir ${HOME}/.paradoxinteractive 85mkdir ${HOME}/.paradoxinteractive
86mkdir ${HOME}/.prey
85mkdir ${HOME}/.steam 87mkdir ${HOME}/.steam
86mkfile ${HOME}/.steampath 88mkfile ${HOME}/.steampath
87mkfile ${HOME}/.steampid 89mkfile ${HOME}/.steampid
@@ -115,6 +117,7 @@ whitelist ${HOME}/.local/share/vpltd
115whitelist ${HOME}/.local/share/vulkan 117whitelist ${HOME}/.local/share/vulkan
116whitelist ${HOME}/.mbwarband 118whitelist ${HOME}/.mbwarband
117whitelist ${HOME}/.paradoxinteractive 119whitelist ${HOME}/.paradoxinteractive
120whitelist ${HOME}/.prey
118whitelist ${HOME}/.steam 121whitelist ${HOME}/.steam
119whitelist ${HOME}/.steampath 122whitelist ${HOME}/.steampath
120whitelist ${HOME}/.steampid 123whitelist ${HOME}/.steampid