aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/disable-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/disable-common.inc')
-rw-r--r--etc/inc/disable-common.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/inc/disable-common.inc b/etc/inc/disable-common.inc
index faed10008..010cb05b6 100644
--- a/etc/inc/disable-common.inc
+++ b/etc/inc/disable-common.inc
@@ -319,9 +319,13 @@ read-only ${HOME}/.zshenv
319read-only ${HOME}/.zshrc 319read-only ${HOME}/.zshrc
320read-only ${HOME}/.zshrc.local 320read-only ${HOME}/.zshrc.local
321 321
322# Remote access - ${HOME}/.ssh directory blacklisted in top secret section below 322# Remote access (used only by sshd; should always be blacklisted)
323blacklist ${HOME}/.rhosts 323blacklist ${HOME}/.rhosts
324blacklist ${HOME}/.shosts 324blacklist ${HOME}/.shosts
325blacklist ${HOME}/.ssh/authorized_keys
326blacklist ${HOME}/.ssh/authorized_keys2
327blacklist ${HOME}/.ssh/environment
328blacklist ${HOME}/.ssh/rc
325blacklist /etc/hosts.equiv 329blacklist /etc/hosts.equiv
326 330
327# Initialization files that allow arbitrary command execution 331# Initialization files that allow arbitrary command execution
@@ -354,6 +358,8 @@ read-only ${HOME}/.nanorc
354read-only ${HOME}/.npmrc 358read-only ${HOME}/.npmrc
355read-only ${HOME}/.pythonrc.py 359read-only ${HOME}/.pythonrc.py
356read-only ${HOME}/.reportbugrc 360read-only ${HOME}/.reportbugrc
361read-only ${HOME}/.ssh/config
362read-only ${HOME}/.ssh/config.d
357read-only ${HOME}/.tmux.conf 363read-only ${HOME}/.tmux.conf
358read-only ${HOME}/.vim 364read-only ${HOME}/.vim
359read-only ${HOME}/.viminfo 365read-only ${HOME}/.viminfo