Searched refs:MNTOPT_NOSUID (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | mntent.h | 69 #define MNTOPT_NOSUID "nosuid"/* no set uid allowed */ macro
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnmount.c | 701 return (strdup(MNTOPT_NOSUID)); in safe_opts() 705 start = strstr(opts, MNTOPT_NOSUID); in safe_opts() 706 len = sizeof (MNTOPT_NOSUID) - 1; /* "-1" for trailing '\0' */ in safe_opts() 716 return (concat(opts, ',', MNTOPT_NOSUID)); in safe_opts()
|
H A D | autod_nfs.c | 762 flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID; in nfsmount()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mntent.h | 72 #define MNTOPT_NOSUID "nosuid" /* Neither setuid nor devices allowed */ macro
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 359 MNTOPT_RESTRICT, MNTOPT_NOSUID, MNTOPT_NOSETUID, MNTOPT_NODEVICES
|
/titanic_50/usr/src/cmd/fs.d/ufs/roll_log/ |
H A D | roll_log.c | 406 optstr, MNTOPT_NOSUID, MNTOPT_LARGEFILES); in rlmount()
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | fslib.c | 528 MNTOPT_SUID, MNTOPT_NOSUID,
|
H A D | mount.c | 110 MNTOPT_NOSUID,
|
/titanic_50/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 324 if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) { in lo_mount()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 173 static char *suid_cancel[] = { MNTOPT_NOSUID, NULL }; 199 { MNTOPT_NOSUID, nosuid_cancel, NULL, 0, 1296 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount() 1317 if (vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL)) { in domount() 1525 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount() 1689 vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0); in domount() 1750 if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) { in domount()
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 86 MNTOPT_NOSUID,
|
/titanic_50/usr/src/uts/common/os/ |
H A D | policy.c | 752 if (!vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL) && in secpolicy_fs_mount_clearopts() 756 vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0); in secpolicy_fs_mount_clearopts()
|
/titanic_50/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 868 MNTOPT_NOSUID,
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 280 vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0); in udf_mount()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 462 if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) { in zfs_register_callbacks()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2305 MNTOPT_NOSUID,
|