Home
last modified time | relevance | path

Searched refs:allow_root (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/bsd/sys/
H A Dsocketvar.h813 extern int soopt_cred_check(struct socket *so, int priv, boolean_t allow_root,
/xnu-11417.121.6/bsd/net/
H A Droute.c4728 boolean_t allow_root) in route_op_entitlement_check() argument
4738 allow_root, false) == 0) { in route_op_entitlement_check()
4748 if (uid != 0 || !allow_root) { in route_op_entitlement_check()
/xnu-11417.121.6/bsd/kern/
H A Duipc_socket.c4811 soopt_cred_check(struct socket *so, int priv, boolean_t allow_root, in soopt_cred_check() argument
4829 if (uid != 0 || !allow_root) { in soopt_cred_check()