13 lines
402 B
Markdown
13 lines
402 B
Markdown
# 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.
|
|
|