From 2dc957d1c576cc335218d143622780837eeccce0 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 23 Mar 2022 12:31:05 -0300 Subject: disable-common.inc: make ~/Applications dir read-only This directory is monitored by both appimaged[1] and AppImageLauncher[2]. Also, when opening an AppImage with AppImageLauncher, it may prompt the user to move the AppImage to ~/Applications. [1] https://github.com/AppImage/appimaged/blob/2323f1825ed6abe19f2d3791d81307449692be03/README.md#monitored-directories [2] https://github.com/TheAssassin/AppImageLauncher/wiki/Configuration --- etc/inc/disable-common.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/inc') diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc index 080a7f3a1..a2f4ebf2a 100644 --- a/etc/inc/disable-common.inc +++ b/etc/inc/disable-common.inc @@ -370,6 +370,9 @@ read-only ${HOME}/.nvm read-only ${HOME}/.rustup read-only ${HOME}/bin +# Write-protection for portable apps +read-only ${HOME}/Applications # used for storing AppImages + # Write-protection for desktop entries read-only ${HOME}/.config/menus read-only ${HOME}/.gnome/apps -- cgit v1.2.3-54-g00ecf