aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-12 20:00:21 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-12 20:00:21 -0400
commit39f39fbf4220de755f99d94220b364286334c7f9 (patch)
tree9fbc5fbf38328f48726387100a78acae85336f49
parent--private-etc option, issue #5 (diff)
parentBlock access to history files (diff)
downloadfirejail-39f39fbf4220de755f99d94220b364286334c7f9.tar.gz
firejail-39f39fbf4220de755f99d94220b364286334c7f9.tar.zst
firejail-39f39fbf4220de755f99d94220b364286334c7f9.zip
Merge pull request #16 from dewbasaur/master
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