summaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
diff options
context:
space:
mode:
authorLibravatar The Fox in the Shell <KellerFuchs@hashbang.sh>2016-06-18 17:58:39 +0200
committerLibravatar The Fox in the Shell <KellerFuchs@hashbang.sh>2016-06-18 18:21:22 +0200
commit9a6e6692b1709f3d5f06d5f1bd4d1544f026aa0b (patch)
tree8af6bf3637e9b721586c8f394b82d2e68d1c8e81 /etc/disable-common.inc
parentdisable-common: Make ~/.reportbugrc read-only (diff)
downloadfirejail-9a6e6692b1709f3d5f06d5f1bd4d1544f026aa0b.tar.gz
firejail-9a6e6692b1709f3d5f06d5f1bd4d1544f026aa0b.tar.zst
firejail-9a6e6692b1709f3d5f06d5f1bd4d1544f026aa0b.zip
disable-common: Make ~/.dotfiles and ~/dotfiles RO
Having dotfiles in such a directory, under version control, and symlinking the actual dotfiles to there, is a common-enough practice that I believe should be supported.
Diffstat (limited to 'etc/disable-common.inc')
-rw-r--r--etc/disable-common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 0139e984e..197e5fbf0 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -78,6 +78,8 @@ read-only ${HOME}/.profile
78 78
79# Initialization files that allow arbitrary command execution 79# Initialization files that allow arbitrary command execution
80read-only ${HOME}/.caffrc 80read-only ${HOME}/.caffrc
81read-only ${HOME}/.dotfiles
82read-only ${HOME}/dotfiles
81read-only ${HOME}/.mailcap 83read-only ${HOME}/.mailcap
82read-only ${HOME}/.exrc 84read-only ${HOME}/.exrc
83read-only ${HOME}/_exrc 85read-only ${HOME}/_exrc