Home
last modified time | relevance | path

Searched refs:MNT_NOSUID (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/bsd/sys/ !
H A Dmount.h299 #define MNT_NOSUID 0x00000008 /* don't honor setuid bits on fs */ macro
354 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
/xnu-10002.1.13/bsd/miscfs/bindfs/ !
H A Dbind_vfsops.c219 flags |= (MNT_DONTBROWSE | MNT_MULTILABEL | MNT_NOSUID | MNT_RDONLY); in bindfs_mount()
/xnu-10002.1.13/bsd/miscfs/nullfs/ !
H A Dnull_vfsops.c234 flags |= (MNT_DONTBROWSE | MNT_MULTILABEL | MNT_NOSUID | MNT_RDONLY); in nullfs_mount()
/xnu-10002.1.13/bsd/vfs/ !
H A Dvfs_syscalls.c1110 flags |= MNT_NOSUID | MNT_NODEV; in mount_common()
1131 flags |= MNT_NOSUID | MNT_NODEV; in mount_common()
1247 mp->mnt_flag &= ~(MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | in mount_common()
1260 mp->mnt_flag |= (MNT_NOSUID); in mount_common()
1264 mp->mnt_flag |= flags & (MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | in mount_common()
/xnu-10002.1.13/bsd/kern/
H A Dkern_exec.c6314 if ((vp->v_mount->mnt_flag & MNT_NOSUID) || (p->p_lflag & P_LTRACED)) { in exec_check_permissions()