mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Block access to history files
This commit is contained in:
parent
46334f0039
commit
dd44324619
1 changed files with 10 additions and 0 deletions
10
etc/disable-history.inc
Normal file
10
etc/disable-history.inc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue