mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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.
This commit is contained in:
parent
c63f7710d3
commit
c976b0b86b
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ include wine.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.cache/wine
|
||||
noblacklist ${HOME}/.cache/winetricks
|
||||
noblacklist ${HOME}/.Steam
|
||||
noblacklist ${HOME}/.local/share/Steam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue