Skip to content

Commit

Permalink
Added histprotect.
Browse files Browse the repository at this point in the history
Coming soon.
  • Loading branch information
joshumax committed Dec 1, 2013
1 parent 971be8f commit 7c552f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions histprotect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Histprotect - Protect .bash_history from tampering!
===================================================

This script will automatically take the required steps necessary to lock down .bash_history.

Features:

* Mark .bash_history as append-only
* Make sure that the HISTFILE variable is read-only.
* Check to see if the user is echoing fake history to the file.
* Prevent .bash_history from being read by other users.
* Intelligent auto protect mode.
* Plus more!

Coming soon

0 comments on commit 7c552f6

Please sign in to comment.