libbsm/README.md
2023-12-18 14:00:28 +01:00

402 B

libbsm

Golang implementation of openBSM library

BSM is the audit format used by Darwin/FreeBSD
See http://www.trustedbsd.org/openbsm.html

Include a binary "godit" which print audit logs in text or json format
Godit can read log files, /dev/auditpipe, or stdin with "-"

godit can be run as a service with included rc file. It needs audit to be configured to output to /dev/auditpipe.