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

Function suser_enabled

freebsd/kern/kern_priv.c:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 */
61
62static bool
63suser_enabled(struct ucred *cred)
64{
65
66 return (prison_allow(cred, PR_ALLOW_SUSER));
67}
68
69static int
70sysctl_kern_suser_enabled(SYSCTL_HANDLER_ARGS)

Calls 1

prison_allowFunction · 0.85

Tested by

no test coverage detected