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

Function jailed_without_vnet

lib/ff_glue.c:357–361  ·  view source on GitHub ↗

* Return 1 if the passed credential is in a jail and that jail does not * have its own virtual network stack, otherwise 0. */

Source from the content-addressed store, hash-verified

355 * have its own virtual network stack, otherwise 0.
356 */
357int
358jailed_without_vnet(struct ucred *cred)
359{
360 return (0);
361}
362
363int
364priv_check(struct thread *td, int priv)

Callers 2

can_export_rteFunction · 0.70
ff_rtioctl_oldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected