From bcda95c0677fe57c1f68bfc180b8ded33cf6acb6 Mon Sep 17 00:00:00 2001 From: duevo <59726608+nutta-git@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:20:40 -0400 Subject: steam.profile: allow process_vm_readv syscall EA Origin (game launcher) won't launch without this. See https://github.com/netblue30/firejail/issues/5185#issuecomment-1776516159 --- etc/profile-m-z/steam.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile index 34cb3631a..41de746dd 100644 --- a/etc/profile-m-z/steam.profile +++ b/etc/profile-m-z/steam.profile @@ -163,7 +163,7 @@ protocol unix,inet,inet6,netlink # Add 'ignore seccomp' to your steam.local if you experience this. # mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13 # (see #4366). -seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2 +seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!process_vm_readv,!ptrace,!umount2 # process_vm_readv is used by GE-Proton7-18 (see #5185). seccomp.32 !process_vm_readv # tracelog breaks integrated browser -- cgit v1.2.3-54-g00ecf