aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar duevo <59726608+nutta-git@users.noreply.github.com>2023-10-24 17:27:35 -0400
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-11-01 06:54:31 -0300
commitfbba037901ad6b5cdc981d15b05ecfd9e4f4d7ce (patch)
tree63a84c089ae8855b039eac1b0677e11965af95b4
parentenabled nettraces by default in the main build - you would need to be root to... (diff)
downloadfirejail-fbba037901ad6b5cdc981d15b05ecfd9e4f4d7ce.tar.gz
firejail-fbba037901ad6b5cdc981d15b05ecfd9e4f4d7ce.tar.zst
firejail-fbba037901ad6b5cdc981d15b05ecfd9e4f4d7ce.zip
lutris.profile: allow more syscalls
Need to whitelist `ptrace` and `clone3` for Ubisoft Connect to work. journalctl did list `process_vm_readv` when a game was running, but it didn't crash the game. Fixes #6035.
-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 c3497c3bd..2f22df3a1 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 !modify_ldt 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.