Displaying 1 result from an estimated 1 matches for "168f1547".
Did you mean:
16875547
2011 Jun 26
1
How to add new audit class?
Hello, Freebsd-security.
I want to create mixed audit class for ``security-sensible'' events.
For example, I need to audit:
exec*() syscalls from standard `pc' class, but not wait4() or
fork(), because fork() is not interesting (new process image is
security-sensible, not new process itself) and occurred too often
and create noise.
connect()/accept() from