Skip to content

Commit

Permalink
lutris.profile: allow more syscalls
Browse files Browse the repository at this point in the history
Need to whitelist `ptrace` and `clone3` for Ubisoft Connect to work.

journalctl did list `process_vm_readv` when a game was running, but it
didn't crash the game.

Fixes #6035.
  • Loading branch information
nutta-git authored and kmk3 committed Nov 1, 2023
1 parent fa075b6 commit fbba037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-a-l/lutris.profile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ notv
nou2f
novideo
protocol unix,inet,inet6,netlink
seccomp !modify_ldt
seccomp !clone3,modify_ldt,!process_vm_readv,!ptrace
seccomp.32 !modify_ldt

# Add the next line to your lutris.local if you do not need controller support.
Expand Down

0 comments on commit fbba037

Please sign in to comment.