aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-05-18 09:50:36 -0500
committerLibravatar GitHub <noreply@github.com>2021-05-18 09:50:36 -0500
commit3c110506375cfa99621d7fb901ef87dfd470e4ad (patch)
tree340c50d9d3ed5a4a6bf1546be3de5c30033024a6 /etc
parentMerge pull request #4284 from rusty-snake/add-cargo.profile (diff)
parentFix running games with enabled Feral GameMode in Lutris (diff)
downloadfirejail-3c110506375cfa99621d7fb901ef87dfd470e4ad.tar.gz
firejail-3c110506375cfa99621d7fb901ef87dfd470e4ad.tar.zst
firejail-3c110506375cfa99621d7fb901ef87dfd470e4ad.zip
Merge pull request #4283 from RandomVoid/fix_lutris_profile
Fix Lutris profile
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/lutris.profile8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile
index d750e5fcd..80a3aba86 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
@@ -70,5 +74,7 @@ shell none
70#private-dev 74#private-dev
71private-tmp 75private-tmp
72 76
73dbus-user none 77dbus-user filter
78dbus-user.own net.lutris.Lutris
79dbus-user.talk com.feralinteractive.GameMode
74dbus-system none 80dbus-system none