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.
This commit is contained in:
Kelvin M. Klann 2023-11-25 10:01:07 -03:00
parent d91d430fb9
commit 7d05a6a2c7

View file

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