Golang implementation of openBSM library BSM is the audit format used by Darwin/FreeBSD See http://www.trustedbsd.org/openbsm.html
Go to file
2022-01-10 17:51:12 +01:00
.gitignore Init repo 2022-01-04 09:35:55 +01: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 Use bufio.NewReader so we can read pipe (/dev/auditpipe or stdin) 2022-01-10 17:51:12 +01:00
LICENSE Update owner 2022-01-04 09:36:33 +01:00
main.go Use bufio.NewReader so we can read pipe (/dev/auditpipe or stdin) 2022-01-10 17:51:12 +01:00
README.md Mise à jour de 'README.md' 2022-01-04 09:53:38 +01:00

libbsm

Golang implementation of openBSM library

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