owerdogan / whoami-project

Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions
https://owerdogan.github.io/whoami-project
GNU General Public License v3.0
1.9k stars 158 forks source link

fixed the history file shredding problem #54

Open chouettevan opened 6 months ago

chouettevan commented 6 months ago

I had noted the log_killer module didn't destroy the ~/.bash_history and ~/.zsh_history because since they were ran as root,they would only destroy /root/.bash_history and /root/.zsh_history,and not /home//.bash_history or /home//.zsh_history.

This PR fixes the problem