Searched refs:MS_NOSUID (Results 1 – 12 of 12) sorted by relevance
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
D | mount.h | 39 #define MS_NOSUID 2 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | mount.h | 12 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | mount.h | 12 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | mount.h | 22 #define MS_NOSUID 2 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 135 mnt_flags |= MS_NOSUID; in read_mnt_flags() 327 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_current_pid_tgid_new_ns.c | 80 if (CHECK_NEWNS(mount("proc", "/proc", "proc", MS_NOSUID|MS_NOEXEC|MS_NODEV, NULL), in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 210 ret = mount("devpts", mntpoint, "devpts", MS_NOSUID | MS_NOEXEC, in verify_non_standard_devpts_mount()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | fs.h | 66 #define MS_NOSUID 2 macro
|
/kernel/liteos_a/fs/vfs/vfs_cmd/ |
D | vfs_shellcmd.c | 284 mountfalgs |= MS_NOSUID; in get_mountflags() 286 mountfalgs &= ~MS_NOSUID; in get_mountflags()
|
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
D | resolve_test.c | 78 E_mount("tmpfs", "./mnt", "tmpfs", MS_NOSUID | MS_NODEV, ""); in setup_testdir()
|
/kernel/linux/linux-5.10/security/apparmor/ |
D | mount.c | 33 if (flags & MS_NOSUID) in audit_mnt_flags()
|
/kernel/linux/linux-5.10/fs/ |
D | namespace.c | 3185 if (flags & MS_NOSUID) in path_mount()
|