aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar ydididodat <howlsmovingcastle@protonmail.com>2023-07-15 14:50:09 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-16 08:20:48 -0300
commit154ffadef96744a123950626cb341df7cfae01a4 (patch)
treef6fd7a49c0f5406aa8d4ee86f0595251050fc14d /etc/profile-a-l
parentMerge pull request #5387 from kmk3/dc-blacklist-sudoers (diff)
downloadfirejail-154ffadef96744a123950626cb341df7cfae01a4.tar.gz
firejail-154ffadef96744a123950626cb341df7cfae01a4.tar.zst
firejail-154ffadef96744a123950626cb341df7cfae01a4.zip
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.
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/bleachbit.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/bleachbit.profile b/etc/profile-a-l/bleachbit.profile
index 45ae345c3..52d970d89 100644
--- a/etc/profile-a-l/bleachbit.profile
+++ b/etc/profile-a-l/bleachbit.profile
@@ -7,6 +7,9 @@ include bleachbit.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10# Necessary for BleachBit to erase Trash contents.
11noblacklist ${HOME}/.local/share/Trash
12
10# Allow python (blacklisted by disable-interpreters.inc) 13# Allow python (blacklisted by disable-interpreters.inc)
11include allow-python2.inc 14include allow-python2.inc
12include allow-python3.inc 15include allow-python3.inc