Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
void
129
mac_thread_userret(struct thread *td)
130
{
131
132
MAC_POLICY_PERFORM(thread_userret, td);
133
}
134
135
int
136
mac_execve_enter(struct image_params *imgp, struct mac *mac_p)
Callers
1
ast
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected