aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-a-l/lutris.profile3
-rw-r--r--etc/profile-m-z/wine.profile1
3 files changed, 5 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index c87e81454..890c831d6 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -216,6 +216,7 @@ blacklist ${HOME}/.cache/vmware
216blacklist ${HOME}/.cache/warsow-2.1 216blacklist ${HOME}/.cache/warsow-2.1
217blacklist ${HOME}/.cache/waterfox 217blacklist ${HOME}/.cache/waterfox
218blacklist ${HOME}/.cache/wesnoth 218blacklist ${HOME}/.cache/wesnoth
219blacklist ${HOME}/.cache/wine
219blacklist ${HOME}/.cache/winetricks 220blacklist ${HOME}/.cache/winetricks
220blacklist ${HOME}/.cache/xmms2 221blacklist ${HOME}/.cache/xmms2
221blacklist ${HOME}/.cache/xournalpp 222blacklist ${HOME}/.cache/xournalpp
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
diff --git a/etc/profile-m-z/wine.profile b/etc/profile-m-z/wine.profile
index 1e9b9341b..f30fc971f 100644
--- a/etc/profile-m-z/wine.profile
+++ b/etc/profile-m-z/wine.profile
@@ -6,6 +6,7 @@ include wine.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cache/wine
9noblacklist ${HOME}/.cache/winetricks 10noblacklist ${HOME}/.cache/winetricks
10noblacklist ${HOME}/.Steam 11noblacklist ${HOME}/.Steam
11noblacklist ${HOME}/.local/share/Steam 12noblacklist ${HOME}/.local/share/Steam