mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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:
parent
d91d430fb9
commit
7d05a6a2c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue