Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ priv_check
Function
priv_check
lib/ff_glue.c:363–367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
int
364
priv_check(struct thread *td, int priv)
365
{
366
return (0);
367
}
368
369
int
370
priv_check_cred(struct ucred *cred, int priv)
Callers
1
fill_addrinfo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected