aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/lutris.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/lutris.profile')
-rw-r--r--etc/profile-a-l/lutris.profile34
1 files changed, 17 insertions, 17 deletions
diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile
index 80a3aba86..9d5169b80 100644
--- a/etc/profile-a-l/lutris.profile
+++ b/etc/profile-a-l/lutris.profile
@@ -6,18 +6,18 @@ include lutris.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${PATH}/llvm* 9nodeny ${PATH}/llvm*
10noblacklist ${HOME}/Games 10nodeny ${HOME}/Games
11noblacklist ${HOME}/.cache/lutris 11nodeny ${HOME}/.cache/lutris
12noblacklist ${HOME}/.cache/winetricks 12nodeny ${HOME}/.cache/winetricks
13noblacklist ${HOME}/.config/lutris 13nodeny ${HOME}/.config/lutris
14noblacklist ${HOME}/.local/share/lutris 14nodeny ${HOME}/.local/share/lutris
15# noblacklist ${HOME}/.wine 15# noblacklist ${HOME}/.wine
16noblacklist /tmp/.wine-* 16nodeny /tmp/.wine-*
17# Don't block access to /sbin and /usr/sbin to allow using ldconfig. Otherwise 17# Don't block access to /sbin and /usr/sbin to allow using ldconfig. Otherwise
18# Lutris won't even start. 18# Lutris won't even start.
19noblacklist /sbin 19nodeny /sbin
20noblacklist /usr/sbin 20nodeny /usr/sbin
21 21
22ignore noexec ${HOME} 22ignore noexec ${HOME}
23 23
@@ -39,15 +39,15 @@ mkdir ${HOME}/.cache/winetricks
39mkdir ${HOME}/.config/lutris 39mkdir ${HOME}/.config/lutris
40mkdir ${HOME}/.local/share/lutris 40mkdir ${HOME}/.local/share/lutris
41# mkdir ${HOME}/.wine 41# mkdir ${HOME}/.wine
42whitelist ${DOWNLOADS} 42allow ${DOWNLOADS}
43whitelist ${HOME}/Games 43allow ${HOME}/Games
44whitelist ${HOME}/.cache/lutris 44allow ${HOME}/.cache/lutris
45whitelist ${HOME}/.cache/winetricks 45allow ${HOME}/.cache/winetricks
46whitelist ${HOME}/.config/lutris 46allow ${HOME}/.config/lutris
47whitelist ${HOME}/.local/share/lutris 47allow ${HOME}/.local/share/lutris
48# whitelist ${HOME}/.wine 48# whitelist ${HOME}/.wine
49whitelist /usr/share/lutris 49allow /usr/share/lutris
50whitelist /usr/share/wine 50allow /usr/share/wine
51include whitelist-common.inc 51include whitelist-common.inc
52include whitelist-usr-share-common.inc 52include whitelist-usr-share-common.inc
53include whitelist-runuser-common.inc 53include whitelist-runuser-common.inc