From b4641df763851190594d05e71b193e56cc7c082a Mon Sep 17 00:00:00 2001 From: Oneric Date: Mon, 28 Feb 2022 17:38:30 +0100 Subject: steam.profile: fix Proton 5.13+ Starting with version 5.13 Proton internally uses bubblewrap to create a container for the game. To make this work with firejail we need to allow these 4 additional syscalls. fixes: https://github.com/netblue30/firejail/issues/4366 fixes: https://github.com/netblue30/firejail/issues/4686 --- etc/profile-m-z/steam.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile index b0be8a517..e3f353416 100644 --- a/etc/profile-m-z/steam.profile +++ b/etc/profile-m-z/steam.profile @@ -143,7 +143,8 @@ novideo protocol unix,inet,inet6,netlink # seccomp sometimes causes issues (see #2951, #3267). # Add 'ignore seccomp' to your steam.local if you experience this. -seccomp !ptrace +# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13 +seccomp !mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2 shell none # tracelog breaks integrated browser #tracelog -- cgit v1.2.3-70-g09d2