From 6d07ba93fd9cfe6bf817bcb386e9acfcb29f52a4 Mon Sep 17 00:00:00 2001 From: RandomVoid <3268092+RandomVoid@users.noreply.github.com> Date: Sun, 16 May 2021 16:04:26 +0200 Subject: Fix Lutris won't start without access to ldconfig --- etc/profile-a-l/lutris.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/profile-a-l') 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 noblacklist ${HOME}/.local/share/lutris # noblacklist ${HOME}/.wine noblacklist /tmp/.wine-* +# Don't block access to /sbin and /usr/sbin to allow using ldconfig. Otherwise +# Lutris won't even start. +noblacklist /sbin +noblacklist /usr/sbin ignore noexec ${HOME} -- cgit v1.2.3-54-g00ecf