Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
static bool
63
suser_enabled(struct ucred *cred)
64
{
65
66
return (prison_allow(cred, PR_ALLOW_SUSER));
67
}
68
69
static int
70
sysctl_kern_suser_enabled(SYSCTL_HANDLER_ARGS)
Callers
7
sysctl_kern_suser_enabled
Function · 0.85
priv_check_cred
Function · 0.85
priv_check_cred_vfs_lookup_slow
Function · 0.85
priv_check_cred_vfs_lookup
Function · 0.85
priv_check_cred_vfs_lookup_nomac
Function · 0.85
priv_check_cred_vfs_generation_slow
Function · 0.85
priv_check_cred_vfs_generation
Function · 0.85
Calls
1
prison_allow
Function · 0.85
Tested by
no test coverage detected