lutris.profile: allow more syscalls

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.
This commit is contained in:
duevo 2023-10-24 17:27:35 -04:00 committed by Kelvin M. Klann
parent fa075b62fb
commit fbba037901

View file

@ -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.