* Return 1 if the passed credential is in a jail and that jail does not * have its own virtual network stack, otherwise 0. */
| 355 | * have its own virtual network stack, otherwise 0. |
| 356 | */ |
| 357 | int |
| 358 | jailed_without_vnet(struct ucred *cred) |
| 359 | { |
| 360 | return (0); |
| 361 | } |
| 362 | |
| 363 | int |
| 364 | priv_check(struct thread *td, int priv) |
no outgoing calls
no test coverage detected