Skip to content

Commit

Permalink
lutris.profile: fix seccomp arguments
Browse files Browse the repository at this point in the history
I accidentally removed the `!` when sorting the arguments in #6067.

This amends commit fbba037 ("lutris.profile: allow more syscalls",
2023-10-24) / PR #6067.
  • Loading branch information
kmk3 committed Nov 25, 2023
1 parent d91d430 commit 7d05a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-a-l/lutris.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7d05a6a

Please sign in to comment.