mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
profiles: steam: allow more 3d cache paths (#7149)
Add the mesa path and the old nvidia path:
* `~/.cache/mesa_shader_cache`
* `~/.nv`
This is a follow-up to commit 263f576d2 ("profiles: steam: whitelist
.cache/nvidia (#7114)", 2026-04-23).
This commit is contained in:
parent
7800a68196
commit
12d7e15a77
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ noblacklist ${HOME}/.local/share/SuperHexagon
|
|||
noblacklist ${HOME}/.local/share/Terraria
|
||||
noblacklist ${HOME}/.local/share/vpltd
|
||||
noblacklist ${HOME}/.local/share/vulkan
|
||||
noblacklist ${HOME}/.nv
|
||||
noblacklist ${HOME}/.mbwarband
|
||||
noblacklist ${HOME}/.paradoxinteractive
|
||||
noblacklist ${HOME}/.paradoxlauncher
|
||||
|
|
@ -103,6 +104,7 @@ mkdir ${HOME}/.steam
|
|||
mkdir ${HOME}/Zomboid
|
||||
mkfile ${HOME}/.steampath
|
||||
mkfile ${HOME}/.steampid
|
||||
whitelist ${HOME}/.cache/mesa_shader_cache
|
||||
whitelist ${HOME}/.cache/nvidia
|
||||
whitelist ${HOME}/.config/Epic
|
||||
whitelist ${HOME}/.config/Loop_Hero
|
||||
|
|
@ -139,6 +141,7 @@ whitelist ${HOME}/.local/share/Terraria
|
|||
whitelist ${HOME}/.local/share/vpltd
|
||||
whitelist ${HOME}/.local/share/vulkan
|
||||
whitelist ${HOME}/.mbwarband
|
||||
whitelist ${HOME}/.nv
|
||||
whitelist ${HOME}/.paradoxinteractive
|
||||
whitelist ${HOME}/.paradoxlauncher
|
||||
whitelist ${HOME}/.prey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue