Home
last modified time | relevance | path

Searched refs:prison_allow (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_priv.c66 return (prison_allow(cred, PR_ALLOW_SUSER)); in suser_enabled()
259 if (prison_allow(cred, PR_ALLOW_UNPRIV_DEBUG)) { in priv_check_cred()
H A Dkern_jail.c2638 prison_allow(struct ucred *cred, unsigned flag) in prison_allow() function
3855 i = prison_allow(req->td->td_ucred, arg2); in sysctl_jail_default_allow()
H A Dkern_prot.c1648 val = prison_allow(req->td->td_ucred, PR_ALLOW_UNPRIV_DEBUG); in sysctl_unprivileged_proc_debug()
H A Dvfs_mount.c923 if (jailed(td->td_ucred) && (!prison_allow(td->td_ucred, in vfs_domount_first()
H A Dvfs_syscalls.c199 if (!prison_allow(td->td_ucred, PR_ALLOW_QUOTAS)) in sys_quotactl()
H A Dvfs_subr.c922 if (!prison_allow(td->td_ucred, mp->mnt_vfc->vfc_prison_flag)) in vfs_suser()
/f-stack/freebsd/sys/
H A Djail.h394 int prison_allow(struct ucred *, unsigned);