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

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmntent.h69 #define MNTOPT_NOSUID "nosuid"/* no set uid allowed */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h72 #define MNTOPT_NOSUID "nosuid" /* Neither setuid nor devices allowed */ macro
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c701 return (strdup(MNTOPT_NOSUID));
705 start = strstr(opts, MNTOPT_NOSUID);
706 len = sizeof (MNTOPT_NOSUID) - 1; /* "-1" for trailing '\0' */
716 return (concat(opts, ',', MNTOPT_NOSUID));
H A Dautod_nfs.c762 flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h359 MNTOPT_RESTRICT, MNTOPT_NOSUID, MNTOPT_NOSETUID, MNTOPT_NODEVICES
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c528 MNTOPT_SUID, MNTOPT_NOSUID,
H A Dmount.c110 MNTOPT_NOSUID,
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c406 optstr, MNTOPT_NOSUID, MNTOPT_LARGEFILES);
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c86 MNTOPT_NOSUID,
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c324 if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) {
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c166 static char *suid_cancel[] = { MNTOPT_NOSUID, NULL };
190 { MNTOPT_NOSUID, nosuid_cancel, NULL, 0,
1258 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0);
1279 if (vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL)) {
1487 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0);
1651 vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0);
1712 if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) {
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c752 if (!vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL) &&
756 vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0);
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c868 MNTOPT_NOSUID,
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c280 vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c444 if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2305 MNTOPT_NOSUID,

Completed in 650 milliseconds