From e045a601e3718ae526f560c8a82051f5dd10115e Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 3 Nov 2022 12:05:39 -0300 Subject: lutris.profile: fix running League of Legends @Latrolage on Oct 20, 2022[1]: > When I open the game the only error line which appears is this > `modify_ldt: Operation not permitted` So as suggested by @Latrolage[1] and @rusty-snake[2], allow the `modify_ldt` syscall in seccomp. Fixes #5430. [1] https://github.com/netblue30/firejail/discussions/5430#discussion-4488996 [2] https://github.com/netblue30/firejail/discussions/5430#discussioncomment-3924098 Reported-by: @Latrolage --- etc/profile-a-l/lutris.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile index 0562cf430..80cecd056 100644 --- a/etc/profile-a-l/lutris.profile +++ b/etc/profile-a-l/lutris.profile @@ -69,7 +69,8 @@ notv nou2f novideo protocol unix,inet,inet6,netlink -seccomp +seccomp !modify_ldt +seccomp.32 !modify_ldt # Add the next line to your lutris.local if you do not need controller support. #private-dev -- cgit v1.2.3-54-g00ecf