aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-11-24 17:04:26 -0500
committerLibravatar GitHub <noreply@github.com>2023-11-24 17:04:26 -0500
commit762878ebb0249f1590f4cd74ddee57ef4447e956 (patch)
tree7b0526050a8e78be8f1d07975424a48b020f81d2
parentMerge pull request #5957 from gerasiov/fcopy-fix-size-calculation (diff)
parentsteam.profile: allow process_vm_readv syscall (diff)
downloadfirejail-762878ebb0249f1590f4cd74ddee57ef4447e956.tar.gz
firejail-762878ebb0249f1590f4cd74ddee57ef4447e956.tar.zst
firejail-762878ebb0249f1590f4cd74ddee57ef4447e956.zip
Merge pull request #6066 from nutta-git/patch-1
steam.profile: allow process_vm_readv syscall
-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 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
163# Add 'ignore seccomp' to your steam.local if you experience this. 163# Add 'ignore seccomp' to your steam.local if you experience this.
164# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13 164# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13
165# (see #4366). 165# (see #4366).
166seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2 166seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!process_vm_readv,!ptrace,!umount2
167# process_vm_readv is used by GE-Proton7-18 (see #5185). 167# process_vm_readv is used by GE-Proton7-18 (see #5185).
168seccomp.32 !process_vm_readv 168seccomp.32 !process_vm_readv
169# tracelog breaks integrated browser 169# tracelog breaks integrated browser