aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-03-24 14:47:17 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-03-24 20:10:06 -0300
commitd1336c9927d7f88fc939c2b7a319655cdd898240 (patch)
treefd5bc9a4c7d6d690bfc17ded100c48f3e2c197be /etc/inc
parentdisable-common.inc: make ~/Applications dir read-only (diff)
downloadfirejail-d1336c9927d7f88fc939c2b7a319655cdd898240.tar.gz
firejail-d1336c9927d7f88fc939c2b7a319655cdd898240.tar.zst
firejail-d1336c9927d7f88fc939c2b7a319655cdd898240.zip
disable-programs.inc: blacklist ~/Applications dir
It is used for storing AppImages. Note that even when blacklisting a directory, it is possible to execute an AppImage from it. For example, the following works: firejail --noprofile --blacklist='${HOME}/Applications' --appimage \ ~/Applications/foo.AppImage While the resulting process does not appear to have access to the blacklisted directory.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/disable-programs.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index efe1b2572..558ae2446 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -1144,6 +1144,7 @@ blacklist ${HOME}/.yarn-config
1144blacklist ${HOME}/.yarncache 1144blacklist ${HOME}/.yarncache
1145blacklist ${HOME}/.yarnrc 1145blacklist ${HOME}/.yarnrc
1146blacklist ${HOME}/.zoom 1146blacklist ${HOME}/.zoom
1147blacklist ${HOME}/Applications # used for storing AppImages
1147blacklist ${HOME}/Arduino 1148blacklist ${HOME}/Arduino
1148blacklist ${HOME}/Monero/wallets 1149blacklist ${HOME}/Monero/wallets
1149blacklist ${HOME}/Nextcloud 1150blacklist ${HOME}/Nextcloud