Searched refs:prison_allow (Results 1 – 7 of 7) sorted by relevance
66 return (prison_allow(cred, PR_ALLOW_SUSER)); in suser_enabled()259 if (prison_allow(cred, PR_ALLOW_UNPRIV_DEBUG)) { in priv_check_cred()
2638 prison_allow(struct ucred *cred, unsigned flag) in prison_allow() function3855 i = prison_allow(req->td->td_ucred, arg2); in sysctl_jail_default_allow()
1648 val = prison_allow(req->td->td_ucred, PR_ALLOW_UNPRIV_DEBUG); in sysctl_unprivileged_proc_debug()
923 if (jailed(td->td_ucred) && (!prison_allow(td->td_ucred, in vfs_domount_first()
199 if (!prison_allow(td->td_ucred, PR_ALLOW_QUOTAS)) in sys_quotactl()
922 if (!prison_allow(td->td_ucred, mp->mnt_vfc->vfc_prison_flag)) in vfs_suser()
394 int prison_allow(struct ucred *, unsigned);