Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Djail.h253 #define PR_ALLOW_RESERVED_PORTS 0x00008000 macro
/freebsd/sys/kern/
H A Dkern_jail.c217 PR_ALLOW_RESERVED_PORTS},
231 PR_ALLOW_RESERVED_PORTS | \
4121 if (cred->cr_prison->pr_allow & PR_ALLOW_RESERVED_PORTS) in prison_priv_check()