aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-03-11 15:44:00 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2022-03-11 15:44:00 +0100
commit255fdb1c7f75f00f0560c614bd986f086a5253cb (patch)
tree50a4b8a7ed6daa8c67006b5498ed86d1788c83aa /etc/profile-m-z
parentmerge (diff)
parentMerge pull request #5013 from rusty-snake/scala (diff)
downloadfirejail-255fdb1c7f75f00f0560c614bd986f086a5253cb.tar.gz
firejail-255fdb1c7f75f00f0560c614bd986f086a5253cb.tar.zst
firejail-255fdb1c7f75f00f0560c614bd986f086a5253cb.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/steam.profile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index b0be8a517..4137839f8 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
@@ -143,7 +146,8 @@ novideo
143protocol unix,inet,inet6,netlink 146protocol unix,inet,inet6,netlink
144# seccomp sometimes causes issues (see #2951, #3267). 147# seccomp sometimes causes issues (see #2951, #3267).
145# Add 'ignore seccomp' to your steam.local if you experience this. 148# Add 'ignore seccomp' to your steam.local if you experience this.
146seccomp !ptrace 149# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13
150seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2
147shell none 151shell none
148# tracelog breaks integrated browser 152# tracelog breaks integrated browser
149#tracelog 153#tracelog