Searched refs:MS_NOSUID (Results 1 – 7 of 7) sorted by relevance
5 #if !(defined(MS_NOSUID) || (defined(HAVE_DECL_MS_NOSUID) && HAVE_DECL_MS_NOSUID))6 # define MS_NOSUID 2 macro96 XLAT(MS_NOSUID),
2 MS_NOSUID 2
89 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID},
69 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
264 flags = flags | MS_NODEV | MS_NOSUID | MS_NOEXEC; in seunshare_mount()
1102 const unsigned int kSafeFlags = MS_NODEV | MS_NOEXEC | MS_NOSUID; in remount_proc_readonly()
5421 * system.c (mount_flags) [LINUX]: Omit duplicated MS_NOSUID entry.