mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
lutris.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
c976b0b86b
commit
86ba6cc950
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ include globals.local
|
|||
noblacklist ${PATH}/llvm*
|
||||
noblacklist ${HOME}/Games
|
||||
noblacklist ${HOME}/.cache/lutris
|
||||
noblacklist ${HOME}/.cache/wine
|
||||
noblacklist ${HOME}/.cache/winetricks
|
||||
noblacklist ${HOME}/.config/lutris
|
||||
noblacklist ${HOME}/.local/share/lutris
|
||||
|
|
@ -34,6 +35,7 @@ include disable-xdg.inc
|
|||
|
||||
mkdir ${HOME}/Games
|
||||
mkdir ${HOME}/.cache/lutris
|
||||
mkdir ${HOME}/.cache/wine
|
||||
mkdir ${HOME}/.cache/winetricks
|
||||
mkdir ${HOME}/.config/lutris
|
||||
mkdir ${HOME}/.local/share/lutris
|
||||
|
|
@ -41,6 +43,7 @@ mkdir ${HOME}/.local/share/lutris
|
|||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/Games
|
||||
whitelist ${HOME}/.cache/lutris
|
||||
whitelist ${HOME}/.cache/wine
|
||||
whitelist ${HOME}/.cache/winetricks
|
||||
whitelist ${HOME}/.config/lutris
|
||||
whitelist ${HOME}/.local/share/lutris
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue