From d69e0cf1b35cac9185081bd6d95d82024868ae76 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Sun, 4 Nov 2018 19:22:15 +0100 Subject: profile fixes for recursive read-write mounts read-write and read-only are applied in sequence, don't override read-only restrictions in ~/.local/share issue #2200 --- etc/disable-common.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/disable-common.inc') diff --git a/etc/disable-common.inc b/etc/disable-common.inc index b78af7917..d220f381b 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -2,6 +2,11 @@ # Persistent customizations should go in a .local file. include disable-common.local +# The following block breaks trash functionality in file managers +#read-only ${HOME}/.local +#read-write ${HOME}/.local/share +blacklist ${HOME}/.local/share/Trash + # History files in $HOME and clipboard managers blacklist-nolog ${HOME}/.*_history blacklist-nolog ${HOME}/.adobe @@ -263,11 +268,6 @@ read-only ${HOME}/.luarocks read-only ${HOME}/.npm-packages read-only ${HOME}/bin -# The following block breaks trash functionality in file managers -#read-only ${HOME}/.local -#read-write ${HOME}/.local/share -blacklist ${HOME}/.local/share/Trash - # Write-protection for desktop entries read-only ${HOME}/.config/menus read-only ${HOME}/.local/share/applications -- cgit v1.2.3-70-g09d2