MCPcopy 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
363int
364priv_check(struct thread *td, int priv)
365{
366 return (0);
367}
368
369int
370priv_check_cred(struct ucred *cred, int priv)

Callers 1

fill_addrinfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected