aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-03 12:05:39 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-03 12:23:02 -0300
commite045a601e3718ae526f560c8a82051f5dd10115e (patch)
tree18f218656f124a79690e7e7be563823372dd8a87
parent[StepSecurity] ci: Harden GitHub Actions (diff)
downloadfirejail-e045a601e3718ae526f560c8a82051f5dd10115e.tar.gz
firejail-e045a601e3718ae526f560c8a82051f5dd10115e.tar.zst
firejail-e045a601e3718ae526f560c8a82051f5dd10115e.zip
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
-rw-r--r--etc/profile-a-l/lutris.profile3
1 files changed, 2 insertions, 1 deletions
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
69nou2f 69nou2f
70novideo 70novideo
71protocol unix,inet,inet6,netlink 71protocol unix,inet,inet6,netlink
72seccomp 72seccomp !modify_ldt
73seccomp.32 !modify_ldt
73 74
74# 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.
75#private-dev 76#private-dev