summaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
diff options
context:
space:
mode:
authorLibravatar The Fox in the Shell <KellerFuchs@hashbang.sh>2017-01-10 00:26:11 +0100
committerLibravatar The Fox in the Shell <KellerFuchs@hashbang.sh>2017-01-12 00:17:05 +0100
commitf12f4756c822b786547f29b5f88f389ba4dd6b6c (patch)
tree20954a3081003054c23931a78cfbac269b297261 /etc/disable-common.inc
parentMerge pull request #1027 from reinerh/cve-references2 (diff)
downloadfirejail-f12f4756c822b786547f29b5f88f389ba4dd6b6c.tar.gz
firejail-f12f4756c822b786547f29b5f88f389ba4dd6b6c.tar.zst
firejail-f12f4756c822b786547f29b5f88f389ba4dd6b6c.zip
disable-common: Make directories commonly found in $PATH read-only
Diffstat (limited to 'etc/disable-common.inc')
-rw-r--r--etc/disable-common.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index efe5c850d..78698782b 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -117,8 +117,11 @@ read-only ${HOME}/.reportbugrc
117read-only ${HOME}/.xmonad 117read-only ${HOME}/.xmonad
118read-only ${HOME}/.xscreensaver 118read-only ${HOME}/.xscreensaver
119 119
120# The user ~/bin directory can override commands such as ls 120# Make directories commonly found in $PATH read-only
121read-only ${HOME}/bin 121read-only ${HOME}/bin
122read-only ${HOME}/.gem
123read-only ${HOME}/.luarocks
124read-only ${HOME}/.npm-packages
122 125
123# top secret 126# top secret
124blacklist ${HOME}/.ecryptfs 127blacklist ${HOME}/.ecryptfs