aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-03-11 09:37:40 -0500
committerLibravatar GitHub <noreply@github.com>2022-03-11 09:37:40 -0500
commite87c88a050290a44f484893425fb07fcaddbfbe4 (patch)
tree89e797e0eaba392d045c7df5edc53cd0ce45747b /etc/profile-m-z
parentMerge pull request #4260 from sandsmark/martin/songrec (diff)
parentsteam.profile: allow "${HOME}/.prey" (diff)
downloadfirejail-e87c88a050290a44f484893425fb07fcaddbfbe4.tar.gz
firejail-e87c88a050290a44f484893425fb07fcaddbfbe4.tar.zst
firejail-e87c88a050290a44f484893425fb07fcaddbfbe4.zip
Merge pull request #5029 from davidebeatrici/steam-prey-2006
steam.profile: allow "${HOME}/.prey"
Diffstat (limited to 'etc/profile-m-z')
-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