Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
747
void
748
audit_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
crget
Function · 0.85
Calls
1
bzero
Function · 0.85
Tested by
no test coverage detected