Difference between revisions of "Basic Security Module (BSM) file format"
From ForensicsWiki
Joachim Metz (Talk | contribs) (Created page with "{{expand}} The Basic Security Module (BSM) file format originates from the Sun Solaris operating system and has been adopted in various forms by BSD Unix, Mac O...") |
Joachim Metz (Talk | contribs) (→External Links) |
||
Line 7: | Line 7: | ||
* [https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man5/audit.log.5.html audit -- Basic Security Module (BSM) file format], Mac Developer Library | * [https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man5/audit.log.5.html audit -- Basic Security Module (BSM) file format], Mac Developer Library | ||
* [http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/security/audit/audit_bsm_token.c?txt audit_bsm_token.c], Apple Open Source | * [http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/security/audit/audit_bsm_token.c?txt audit_bsm_token.c], Apple Open Source | ||
+ | * [http://www.deer-run.com/~hal/sysadmin/SolarisBSMAuditing.html Solaris Basic Security Mode (BSM) Auditing], by [[Hal Pomeranz]] | ||
== Tools == | == Tools == |
Latest revision as of 19:30, 16 December 2013
Please help to improve this article by expanding it.
|
The Basic Security Module (BSM) file format originates from the Sun Solaris operating system and has been adopted in various forms by BSD Unix, Mac OS X included.
External Links
- Wikipedia: OpenBSM
- audit -- Basic Security Module (BSM) file format, Mac Developer Library
- audit_bsm_token.c, Apple Open Source
- Solaris Basic Security Mode (BSM) Auditing, by Hal Pomeranz
Tools
praudit
- OpenBSM, Open Source Basic Security Module (BSM) Audit Implementation
- linuxbsm, The Linux Basic Security Module; The Linux BSM is an auditing tool that aims to bring the capabilities of Sun's Solaris Basic Security Module to Linux.
- linuxbsm2, LinuxBSM-2; LinuxBSM-2 introduces auditing features in Linux kernel to achieve better security and keep an eye on system activities.
- linuxopenbsm, Linux Basic Security Module