Add a skeleton script for collecting linux audit longs

This commit is contained in:
Orien Vandenbergh
2016-11-01 17:25:31 -06:00
parent 3e0118678d
commit a6f1395dd7
12 changed files with 21792 additions and 0 deletions

7
ghetto/audit/Makefile Normal file
View File

@ -0,0 +1,7 @@
init:
pip install -r requirements.txt
test:
nose2 tests
.PHONY: init test