Home
last modified time | relevance | path

Searched refs:MNTOPT_NOSUID (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/
H A Dmntent.h69 #define MNTOPT_NOSUID "nosuid"/* no set uid allowed */ macro
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c701 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 Dautod_nfs.c762 flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID; in nfsmount()
/titanic_50/usr/src/uts/common/sys/
H A Dmntent.h72 #define MNTOPT_NOSUID "nosuid" /* Neither setuid nor devices allowed */ macro
/titanic_50/usr/src/uts/common/sys/fs/
H A Dautofs.h359 MNTOPT_RESTRICT, MNTOPT_NOSUID, MNTOPT_NOSETUID, MNTOPT_NODEVICES
/titanic_50/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c406 optstr, MNTOPT_NOSUID, MNTOPT_LARGEFILES); in rlmount()
/titanic_50/usr/src/cmd/fs.d/
H A Dfslib.c528 MNTOPT_SUID, MNTOPT_NOSUID,
H A Dmount.c110 MNTOPT_NOSUID,
/titanic_50/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c324 if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) { in lo_mount()
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c173 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 Dmount.c86 MNTOPT_NOSUID,
/titanic_50/usr/src/uts/common/os/
H A Dpolicy.c752 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 Dmount.c868 MNTOPT_NOSUID,
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c280 vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0); in udf_mount()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c462 if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) { in zfs_register_callbacks()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2305 MNTOPT_NOSUID,