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

Function audit_cred_init

freebsd/security/audit/audit.c:747–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747void
748audit_cred_init(struct ucred *cred)
749{
750
751 bzero(&cred->cr_audit, sizeof(cred->cr_audit));
752}
753
754/*
755 * Initialize audit information for the first kernel process (proc 0) and for

Callers 1

crgetFunction · 0.85

Calls 1

bzeroFunction · 0.85

Tested by

no test coverage detected