summaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/disable-common.inc')
-rw-r--r--etc/disable-common.inc12
1 files changed, 9 insertions, 3 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 521fed37d..1c1b298a9 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -181,13 +181,19 @@ read-only ${HOME}/.gem
181read-only ${HOME}/.luarocks 181read-only ${HOME}/.luarocks
182read-only ${HOME}/.npm-packages 182read-only ${HOME}/.npm-packages
183 183
184###########################
185# The following block breaks trash functionality in file managers
186##########################
184# Make the contents of ~/.local read-only, 187# Make the contents of ~/.local read-only,
185# except the commonly-used ~/.local/share, 188# except the commonly-used ~/.local/share,
186# but including ~/.local/share/applications 189# but including ~/.local/share/applications
187read-only ${HOME}/.local 190#read-only ${HOME}/.local
188read-write ${HOME}/.local/share 191#read-write ${HOME}/.local/share
189noexec ${HOME}/.local/share 192#noexec ${HOME}/.local/share
190read-only ${HOME}/.local/share/applications 193read-only ${HOME}/.local/share/applications
194blacklist ${HOME}/.local/share/Trash
195
196
191 197
192# top secret 198# top secret
193blacklist ${HOME}/.ecryptfs 199blacklist ${HOME}/.ecryptfs