aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/steam.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-03-11 09:38:44 -0500
committerLibravatar GitHub <noreply@github.com>2022-03-11 09:38:44 -0500
commit2e1dcc9501f413818748d115c94d741ddb5f91ed (patch)
tree811add6a24af697bc63b5f6ee09eb7464d222052 /etc/profile-m-z/steam.profile
parentMerge pull request #5028 from kmk3/fix-gcov-macro (diff)
parentsteam.profile: fix black window (diff)
downloadfirejail-2e1dcc9501f413818748d115c94d741ddb5f91ed.tar.gz
firejail-2e1dcc9501f413818748d115c94d741ddb5f91ed.tar.zst
firejail-2e1dcc9501f413818748d115c94d741ddb5f91ed.zip
Merge pull request #5017 from TheOneric/fix_steam+proton
Fix newest Steam client and Proton ≥ 5.13
Diffstat (limited to 'etc/profile-m-z/steam.profile')
-rw-r--r--etc/profile-m-z/steam.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index 1489db05e..4137839f8 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -146,7 +146,8 @@ novideo
146protocol unix,inet,inet6,netlink 146protocol unix,inet,inet6,netlink
147# seccomp sometimes causes issues (see #2951, #3267). 147# seccomp sometimes causes issues (see #2951, #3267).
148# Add 'ignore seccomp' to your steam.local if you experience this. 148# Add 'ignore seccomp' to your steam.local if you experience this.
149seccomp !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
150shell none 151shell none
151# tracelog breaks integrated browser 152# tracelog breaks integrated browser
152#tracelog 153#tracelog