Home
last modified time | relevance | path

Searched refs:MS_NOSUID (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/testing/selftests/mount/
Dunprivileged-remount-test.c134 mnt_flags |= MS_NOSUID; in read_mnt_flags()
326 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main()
/linux-4.4.14/include/uapi/linux/
Dfs.h69 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
/linux-4.4.14/fs/proc/
Dinode.c463 s->s_flags |= MS_NODIRATIME | MS_NOSUID | MS_NOEXEC; in proc_fill_super()
/linux-4.4.14/fs/affs/
Dsuper.c481 sb->s_flags |= MS_NODEV | MS_NOSUID; in affs_fill_super()
/linux-4.4.14/fs/nfs/
Dinternal.h11 #define NFS_MS_MASK (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_SYNCHRONOUS)
/linux-4.4.14/fs/cifs/
Dcifsglob.h524 #define CIFS_MS_MASK (MS_RDONLY | MS_MANDLOCK | MS_NOEXEC | MS_NOSUID | \
/linux-4.4.14/fs/
Dnamespace.c2688 if (flags & MS_NOSUID) in do_mount()
2711 flags &= ~(MS_NOSUID | MS_NOEXEC | MS_NODEV | MS_ACTIVE | MS_BORN | in do_mount()