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

Function mac_thread_userret

freebsd/security/mac/mac_process.c:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void
129mac_thread_userret(struct thread *td)
130{
131
132 MAC_POLICY_PERFORM(thread_userret, td);
133}
134
135int
136mac_execve_enter(struct image_params *imgp, struct mac *mac_p)

Callers 1

astFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected