aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar RandomVoid <3268092+RandomVoid@users.noreply.github.com>2021-05-16 16:04:26 +0200
committerLibravatar RandomVoid <3268092+RandomVoid@users.noreply.github.com>2021-05-16 16:51:10 +0200
commit6d07ba93fd9cfe6bf817bcb386e9acfcb29f52a4 (patch)
tree1030730e7a0f96a62317be2bad26a6be15555ba1 /etc
parentUpdate disable-common.inc (diff)
downloadfirejail-6d07ba93fd9cfe6bf817bcb386e9acfcb29f52a4.tar.gz
firejail-6d07ba93fd9cfe6bf817bcb386e9acfcb29f52a4.tar.zst
firejail-6d07ba93fd9cfe6bf817bcb386e9acfcb29f52a4.zip
Fix Lutris won't start without access to ldconfig
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/lutris.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile
index d750e5fcd..fe32a1696 100644
--- a/etc/profile-a-l/lutris.profile
+++ b/etc/profile-a-l/lutris.profile
@@ -14,6 +14,10 @@ noblacklist ${HOME}/.config/lutris
14noblacklist ${HOME}/.local/share/lutris 14noblacklist ${HOME}/.local/share/lutris
15# noblacklist ${HOME}/.wine 15# noblacklist ${HOME}/.wine
16noblacklist /tmp/.wine-* 16noblacklist /tmp/.wine-*
17# Don't block access to /sbin and /usr/sbin to allow using ldconfig. Otherwise
18# Lutris won't even start.
19noblacklist /sbin
20noblacklist /usr/sbin
17 21
18ignore noexec ${HOME} 22ignore noexec ${HOME}
19 23