Home
last modified time | relevance | path

Searched refs:PR_ALLOW_RESERVED_PORTS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Djail.h240 #define PR_ALLOW_RESERVED_PORTS 0x00008000 macro
/f-stack/freebsd/kern/
H A Dkern_jail.c205 PR_ALLOW_RESERVED_PORTS},
215 PR_ALLOW_RESERVED_PORTS | \
3579 if (cred->cr_prison->pr_allow & PR_ALLOW_RESERVED_PORTS) in prison_priv_check()