Searched refs:MNT_NOSUID (Results 1 – 15 of 15) sorted by relevance
83 vfsp->mnt_flag |= MNT_NOSUID; in vfs_setmntopt()86 vfsp->mnt_flag &= ~MNT_NOSUID; in vfs_setmntopt()117 vfsp->mnt_flag &= ~MNT_NOSUID; in vfs_clearmntopt()120 vfsp->mnt_flag |= MNT_NOSUID; in vfs_clearmntopt()149 return (vfsp->mnt_flag & MNT_NOSUID) != 0; in vfs_optionisset()152 return (vfsp->mnt_flag & MNT_NOSUID) == 0; in vfs_optionisset()
90 #define MNT_NOSUID 0x00000008 /* don't honor setuid bits on fs */ macro123 { MNT_NOSUID, 0, "nosuid" }, \133 MNT_NODEVMTIME | MNT_NOEXEC | MNT_NOSUID | MNT_RDONLY | MNT_RELATIME | \175 MNT_NOSUID | \
112 #define ST_NOSUID MNT_NOSUID
54 #define MOPT_NOSUID { "suid", 1, MNT_NOSUID, 0 }
55 #define VFS_NOSETUID MNT_NOSUID
112 if (flags & MNT_NOSUID) in statvfs2mnttab()
360 if ((flags & MNT_NODEV) == 0 || (flags & MNT_NOSUID) == 0) in usermount_common_policy()
481 if (vp->v_mount->mnt_flag & MNT_NOSUID) in elf_load_interp()
426 if (vp->v_mount->mnt_flag & MNT_NOSUID) in check_exec() 1049 * Deal with set[ug]id. MNT_NOSUID has already been used to disable in credexec()
490 ps->ps_mountflags |= MNT_NOSUID|MNT_NODEV; in perfuse_init()
529 mntflags |= MNT_NOSUID | MNT_NODEV; in puffs_mount()
243 nflags |= MNT_NOSUID; in sunos_sys_mount()
434 nflags |= MNT_NOSUID; in sunos32_sys_mount()
1158 if (puffs_mount(fuse->pu, mountpoint, MNT_NODEV | MNT_NOSUID, pn_root) == -1) { in __fuse_mount()
1330 vfsp->mnt_flag = MNT_RDONLY | MNT_NOSUID | MNT_IGNORE; in sfs_snapshot_mount()