Searched refs:MNTOPT_NOSETUID (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 330 if (vfs_optionisset(vfsp, MNTOPT_NOSETUID, NULL)) { in lo_mount() 351 !vfs_optionisset(vfsp, MNTOPT_NOSETUID, NULL)) in lo_mount() 352 vfs_setmntopt(vfsp, MNTOPT_NOSETUID, NULL, in lo_mount()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mntent.h | 76 #define MNTOPT_NOSETUID "nosetuid" /* Set uid not allowed */ macro
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 359 MNTOPT_RESTRICT, MNTOPT_NOSUID, MNTOPT_NOSETUID, MNTOPT_NODEVICES
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | fslib.c | 530 MNTOPT_SETUID, MNTOPT_NOSETUID,
|
H A D | mount.c | 110 MNTOPT_NOSETUID,
|
/titanic_44/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 94 MNTOPT_NOSETUID,
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 326 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NOSETUID, NULL, 0); in setuid_changed_cb() 329 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NOSETUID); in setuid_changed_cb() 457 if (vfs_optionisset(vfsp, MNTOPT_NOSETUID, NULL)) { in zfs_register_callbacks()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 175 MNTOPT_NOSETUID, MNTOPT_SETUID, NULL }; 178 static char *setuid_cancel[] = { MNTOPT_NOSETUID, NULL }; 205 { MNTOPT_NOSETUID, nosetuid_cancel, NULL, 0, 1750 if (vfs_optionisset(vfsp, MNTOPT_NOSETUID, NULL)) in domount()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | policy.c | 754 !vfs_optionisset(vfsp, MNTOPT_NOSETUID, NULL))) { in secpolicy_fs_mount_clearopts()
|
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 946 MNTOPT_NOSETUID,
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2383 MNTOPT_NOSETUID,
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1989 mntopt_off = MNTOPT_NOSETUID; in get_numeric_property()
|