Block access to history files

This commit is contained in:
dewbasaur 2015-08-12 15:16:28 -04:00
parent 46334f0039
commit dd44324619

10
etc/disable-history.inc Normal file
View file

@ -0,0 +1,10 @@
# History files in $HOME
blacklist ${HOME}/.history
blacklist ${HOME}/.bash_history
blacklist ${HOME}/.zsh_history
blacklist ${HOME}/.ksh_history
blacklist ${HOME}/.sh_history
blacklist ${HOME}/.nano_history
blacklist ${HOME}/.python_history
blacklist ${HOME}/.mysql_history
blacklist ${HOME}/.pgsql_history