From 7d05a6a2c7935e1e39ddc33daaefa04caa0c9323 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 25 Nov 2023 10:01:07 -0300 Subject: lutris.profile: fix seccomp arguments I accidentally removed the `!` when sorting the arguments in #6067. This amends commit fbba03790 ("lutris.profile: allow more syscalls", 2023-10-24) / PR #6067. --- etc/profile-a-l/lutris.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile index 2f22df3a1..226bc8dde 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 !clone3,modify_ldt,!process_vm_readv,!ptrace +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