From fbba037901ad6b5cdc981d15b05ecfd9e4f4d7ce Mon Sep 17 00:00:00 2001 From: duevo <59726608+nutta-git@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:27:35 -0400 Subject: 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. --- etc/profile-a-l/lutris.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile index c3497c3bd..2f22df3a1 100644 --- a/etc/profile-a-l/lutris.profile +++ b/etc/profile-a-l/lutris.profile @@ -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. -- cgit v1.2.3-54-g00ecf