2022-01-04 09:28:36 +01:00
|
|
|
# libbsm
|
|
|
|
|
2022-01-04 09:53:38 +01:00
|
|
|
Golang implementation of openBSM library
|
|
|
|
|
|
|
|
BSM is the audit format used by Darwin/FreeBSD
|
2023-09-10 16:37:57 +02:00
|
|
|
See http://www.trustedbsd.org/openbsm.html
|
|
|
|
|
|
|
|
Include a binary "godit" which print audit logs in text or json format
|
2023-09-11 14:42:47 +02:00
|
|
|
Godit can read log files, /dev/auditpipe, or stdin with "-"
|
2023-09-10 16:37:57 +02:00
|
|
|
|
2023-12-18 14:00:28 +01:00
|
|
|
godit can be run as a service with included rc file. It needs audit to be configured to output to /dev/auditpipe.
|
|
|
|
|