mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
profiles: godot: allow ~/.local/share/Trash (#6904)
Fixes an error in Godot 4.5 where files cannot be deleted from within the Editor.
This commit is contained in:
parent
d0c89ae819
commit
3207760728
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ ignore noexec ${HOME}
|
|||
|
||||
noblacklist ${HOME}/.cache/godot
|
||||
noblacklist ${HOME}/.config/godot
|
||||
noblacklist ${HOME}/.local/share/Trash
|
||||
noblacklist ${HOME}/.local/share/godot
|
||||
|
||||
include disable-common.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue