aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-11-25 10:01:07 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-11-25 10:07:42 -0300
commit7d05a6a2c7935e1e39ddc33daaefa04caa0c9323 (patch)
tree96c6e2f4e83dc6ffab537ef6f9a6969409731c11
parentmerges (diff)
downloadfirejail-7d05a6a2c7935e1e39ddc33daaefa04caa0c9323.tar.gz
firejail-7d05a6a2c7935e1e39ddc33daaefa04caa0c9323.tar.zst
firejail-7d05a6a2c7935e1e39ddc33daaefa04caa0c9323.zip
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.
-rw-r--r--etc/profile-a-l/lutris.profile2
1 files changed, 1 insertions, 1 deletions
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
69nou2f 69nou2f
70novideo 70novideo
71protocol unix,inet,inet6,netlink 71protocol unix,inet,inet6,netlink
72seccomp !clone3,modify_ldt,!process_vm_readv,!ptrace 72seccomp !clone3,!modify_ldt,!process_vm_readv,!ptrace
73seccomp.32 !modify_ldt 73seccomp.32 !modify_ldt
74 74
75# Add the next line to your lutris.local if you do not need controller support. 75# Add the next line to your lutris.local if you do not need controller support.