Searched refs:MNT_NOSUID (Results 1 – 5 of 5) sorted by relevance
299 #define MNT_NOSUID 0x00000008 /* don't honor setuid bits on fs */ macro354 MNT_NOSUID | MNT_NODEV | MNT_UNION | \
216 flags |= (MNT_DONTBROWSE | MNT_MULTILABEL | MNT_NOSUID | MNT_RDONLY); in bindfs_mount()
231 flags |= (MNT_DONTBROWSE | MNT_MULTILABEL | MNT_NOSUID | MNT_RDONLY); in nullfs_mount()
1255 flags |= MNT_NOSUID | MNT_NODEV; in mount_common()1276 flags |= MNT_NOSUID | MNT_NODEV; in mount_common()1397 mp->mnt_flag &= ~(MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | in mount_common()1410 mp->mnt_flag |= (MNT_NOSUID); in mount_common()1414 mp->mnt_flag |= flags & (MNT_NOSUID | MNT_NOEXEC | MNT_NODEV | in mount_common()15083 mount_flags |= MNT_NOSUID; in snapshot_mount()
6759 if ((vp->v_mount->mnt_flag & MNT_NOSUID) || (p->p_lflag & P_LTRACED)) { in exec_check_permissions()