K 10 svn:author V 5 dbaio K 8 svn:date V 27 2018-03-27T23:20:33.379315Z K 7 svn:log V 487 Add security/setaudit: Tool to specify audit configurations on a process With setaudit it is possible to specify audit configurations on a process directly at the runtime. All audit events are redirected to the auditd(8), an audit log management daemon. Example of enabling all exe related audit events performed by a command and its child processes: # setaudit -m ex command WWW: https://github.com/csjayp/setaudit PR: 226627 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> END