aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dewbasaur <dewbasaur@users.noreply.github.com>2015-08-12 15:16:28 -0400
committerLibravatar dewbasaur <dewbasaur@users.noreply.github.com>2015-08-12 15:16:28 -0400
commitdd44324619bf6a98e5b3e6e407ea2842c1e12c22 (patch)
tree9fbc5fbf38328f48726387100a78acae85336f49
parent--private-etc option, issue #5 (diff)
downloadfirejail-dd44324619bf6a98e5b3e6e407ea2842c1e12c22.tar.gz
firejail-dd44324619bf6a98e5b3e6e407ea2842c1e12c22.tar.zst
firejail-dd44324619bf6a98e5b3e6e407ea2842c1e12c22.zip
Block access to history files
-rw-r--r--etc/disable-history.inc10
1 files changed, 10 insertions, 0 deletions
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 @@
1# History files in $HOME
2blacklist ${HOME}/.history
3blacklist ${HOME}/.bash_history
4blacklist ${HOME}/.zsh_history
5blacklist ${HOME}/.ksh_history
6blacklist ${HOME}/.sh_history
7blacklist ${HOME}/.nano_history
8blacklist ${HOME}/.python_history
9blacklist ${HOME}/.mysql_history
10blacklist ${HOME}/.pgsql_history \ No newline at end of file