Golang implementation of openBSM library BSM is the audit format used by Darwin/FreeBSD See http://www.trustedbsd.org/openbsm.html
Go to file
2023-09-11 16:14:33 +02:00
.gitignore Add godit binary to gitignore 2023-09-11 14:54:07 +02:00
bsmerrno.go Add error messages 2023-01-17 20:50:44 +01:00
capsicum.go Add FreeBSD capabilities defines 2023-09-11 14:47:45 +02:00
go.mod Add go.mod 2022-01-04 11:06:12 +01:00
go.sum Add go.mod 2022-01-04 11:06:12 +01:00
libbsm.go Add AUT_RIGHTS (capabilities) 2023-09-11 14:41:10 +02:00
LICENSE Update owner 2022-01-04 09:36:33 +01:00
main.go Bugfix when no input file specified 2023-09-11 16:14:33 +02:00
README.md Readme update 2023-09-11 14:42:47 +02:00

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 "-"