aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-01-24 12:08:41 -0500
committerLibravatar GitHub <noreply@github.com>2022-01-24 12:08:41 -0500
commit024b7a247a018531c1b210c978c5a43272482107 (patch)
tree1f0122b54d76705b7cc7eb6cbdbee868cf038e48 /etc/profile-a-l
parentMerge pull request #4868 from reedriley/disable-programs (diff)
parentdisable-programs.inc: add ~/.cache/wine (diff)
downloadfirejail-024b7a247a018531c1b210c978c5a43272482107.tar.gz
firejail-024b7a247a018531c1b210c978c5a43272482107.tar.zst
firejail-024b7a247a018531c1b210c978c5a43272482107.zip
Merge pull request #4863 from antonv6/antonv6-wine-cache
{lutris,wine}.profile: allow ~/.cache/wine
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/lutris.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile
index bf8ab9e64..71309b48f 100644
--- a/etc/profile-a-l/lutris.profile
+++ b/etc/profile-a-l/lutris.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${PATH}/llvm* 9noblacklist ${PATH}/llvm*
10noblacklist ${HOME}/Games 10noblacklist ${HOME}/Games
11noblacklist ${HOME}/.cache/lutris 11noblacklist ${HOME}/.cache/lutris
12noblacklist ${HOME}/.cache/wine
12noblacklist ${HOME}/.cache/winetricks 13noblacklist ${HOME}/.cache/winetricks
13noblacklist ${HOME}/.config/lutris 14noblacklist ${HOME}/.config/lutris
14noblacklist ${HOME}/.local/share/lutris 15noblacklist ${HOME}/.local/share/lutris
@@ -34,6 +35,7 @@ include disable-xdg.inc
34 35
35mkdir ${HOME}/Games 36mkdir ${HOME}/Games
36mkdir ${HOME}/.cache/lutris 37mkdir ${HOME}/.cache/lutris
38mkdir ${HOME}/.cache/wine
37mkdir ${HOME}/.cache/winetricks 39mkdir ${HOME}/.cache/winetricks
38mkdir ${HOME}/.config/lutris 40mkdir ${HOME}/.config/lutris
39mkdir ${HOME}/.local/share/lutris 41mkdir ${HOME}/.local/share/lutris
@@ -41,6 +43,7 @@ mkdir ${HOME}/.local/share/lutris
41whitelist ${DOWNLOADS} 43whitelist ${DOWNLOADS}
42whitelist ${HOME}/Games 44whitelist ${HOME}/Games
43whitelist ${HOME}/.cache/lutris 45whitelist ${HOME}/.cache/lutris
46whitelist ${HOME}/.cache/wine
44whitelist ${HOME}/.cache/winetricks 47whitelist ${HOME}/.cache/winetricks
45whitelist ${HOME}/.config/lutris 48whitelist ${HOME}/.config/lutris
46whitelist ${HOME}/.local/share/lutris 49whitelist ${HOME}/.local/share/lutris