mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
bleachbit.profile: allow erasing Trash contents
Bleachbit is used to permanently delete files by overwriting the memory. So the most popular feature of Bleachbit is emptying the Trash. Relates to #5337.
This commit is contained in:
parent
c7b8e00c70
commit
154ffadef9
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ include bleachbit.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# Necessary for BleachBit to erase Trash contents.
|
||||
noblacklist ${HOME}/.local/share/Trash
|
||||
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
include allow-python2.inc
|
||||
include allow-python3.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue