Add a skeleton script for collecting linux audit longs
This commit is contained in:
5
ghetto/audit/tests/context.py
Normal file
5
ghetto/audit/tests/context.py
Normal file
@ -0,0 +1,5 @@
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||
|
||||
from audit2json import Audit2JSON
|
Reference in New Issue
Block a user