aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Anton Shestakov <av6@dwimlabs.net>2022-01-17 12:06:39 +0300
committerLibravatar GitHub <noreply@github.com>2022-01-17 12:06:39 +0300
commitc976b0b86bbdebe39997ecd12e0965595c77066d (patch)
tree5801924255d2032e22dd8c1874b31325d03328aa
parentmore compile warnings (diff)
downloadfirejail-c976b0b86bbdebe39997ecd12e0965595c77066d.tar.gz
firejail-c976b0b86bbdebe39997ecd12e0965595c77066d.tar.zst
firejail-c976b0b86bbdebe39997ecd12e0965595c77066d.zip
wine.profile: allow ~/.cache/wine
~/.cache/wine is a directory where wine stores .msi files for wine-gecko and wine-mono that it may download (with user's permission) and reuse every time a new prefix is created.
-rw-r--r--etc/profile-m-z/wine.profile1
1 files changed, 1 insertions, 0 deletions
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