From dd44324619bf6a98e5b3e6e407ea2842c1e12c22 Mon Sep 17 00:00:00 2001 From: dewbasaur Date: Wed, 12 Aug 2015 15:16:28 -0400 Subject: Block access to history files --- etc/disable-history.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/disable-history.inc diff --git a/etc/disable-history.inc b/etc/disable-history.inc new file mode 100644 index 000000000..66261c1cf --- /dev/null +++ b/etc/disable-history.inc @@ -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 \ No newline at end of file -- cgit v1.2.3-54-g00ecf