Skip to content

Commit

Permalink
steam.profile: allow process_vm_readv syscall
Browse files Browse the repository at this point in the history
EA Origin (game launcher) won't launch without this.

See #5185 (comment)
  • Loading branch information
nutta-git authored and kmk3 committed Oct 31, 2023
1 parent fa075b6 commit bcda95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-m-z/steam.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcda95c

Please sign in to comment.