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

Function mac_cred_create_init

freebsd/security/mac/mac_cred.c:147–152  ·  view source on GitHub ↗

* Initialize MAC label for the first userland process, from which other * userland processes and threads are spawned. */

Source from the content-addressed store, hash-verified

145 * userland processes and threads are spawned.
146 */
147void
148mac_cred_create_init(struct ucred *cred)
149{
150
151 MAC_POLICY_PERFORM_NOSLEEP(cred_create_init, cred);
152}
153
154int
155mac_cred_externalize_label(struct label *label, char *elements,

Callers 1

create_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected