aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Oneric <oneric@oneric.stub>2022-03-06 22:47:56 +0100
committerLibravatar Oneric <oneric@oneric.stub>2022-03-06 22:58:24 +0100
commitaec46903ca5ca890e03f735b9c79ce456aafa1f3 (patch)
treee32f64c712db4a4854260634836284c2bcad64ec /etc/profile-m-z
parentsteam.profile: fix Proton 5.13+ (diff)
downloadfirejail-aec46903ca5ca890e03f735b9c79ce456aafa1f3.tar.gz
firejail-aec46903ca5ca890e03f735b9c79ce456aafa1f3.tar.zst
firejail-aec46903ca5ca890e03f735b9c79ce456aafa1f3.zip
steam.profile: fix black window
After the Steam cleint update of the 04th March 2022 the steamwebhelper process now needs to be able to do chroot syscalls to render anything. If not all content tabs in the client will just appear black. fixes: https://github.com/netblue30/firejail/issues/5014
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/steam.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index e3f353416..cc38bcb1d 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -144,7 +144,7 @@ protocol unix,inet,inet6,netlink
144# seccomp sometimes causes issues (see #2951, #3267). 144# seccomp sometimes causes issues (see #2951, #3267).
145# Add 'ignore seccomp' to your steam.local if you experience this. 145# Add 'ignore seccomp' to your steam.local if you experience this.
146# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13 146# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13
147seccomp !mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2 147seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2
148shell none 148shell none
149# tracelog breaks integrated browser 149# tracelog breaks integrated browser
150#tracelog 150#tracelog