MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kau_init

Function kau_init

freebsd/security/audit/audit_bsm.c:73–79  ·  view source on GitHub ↗

* Initialize the BSM auditing subsystem. */

Source from the content-addressed store, hash-verified

71 * Initialize the BSM auditing subsystem.
72 */
73void
74kau_init(void)
75{
76
77 au_evclassmap_init();
78 au_evnamemap_init();
79}
80
81/*
82 * This call reserves memory for the audit record. Memory must be guaranteed

Callers 1

audit_initFunction · 0.85

Calls 2

au_evclassmap_initFunction · 0.85
au_evnamemap_initFunction · 0.85

Tested by

no test coverage detected