/kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
H A D | mount.h | 39 #define MS_NOSUID 2 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | mount.h | 12 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | mount.h | 12 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | mount.h | 22 #define MS_NOSUID 2 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | mount.h | 22 #define MS_NOSUID 2 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | mount.h | 14 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | mount.h | 14 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 135 mnt_flags |= MS_NOSUID; in read_mnt_flags() 327 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main() 328 die("MS_NOSUID malfunctions\n"); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 135 mnt_flags |= MS_NOSUID; in read_mnt_flags() 327 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main() 328 die("MS_NOSUID malfunctions\n"); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 259 mnt_flags |= MS_NOSUID; in read_mnt_flags() 418 MS_NOATIME | MS_NODEV | MS_NOSUID, 0), 0); in FIXTURE_SETUP() 743 expected_flags &= ~(MS_RDONLY | MS_NOEXEC | MS_NOATIME | MS_NOSUID); in TEST_F() 750 expected_flags &= ~(MS_RDONLY | MS_NOEXEC | MS_NOATIME | MS_NOSUID); in TEST_F() 939 expected_flags |= MS_NOSUID; in TEST_F() 1043 MS_NOATIME | MS_NODEV | MS_NOSUID, 0), 0); in FIXTURE_SETUP()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A 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/ |
H A D | devpts_pts.c | 210 ret = mount("devpts", mntpoint, "devpts", MS_NOSUID | MS_NOEXEC, in verify_non_standard_devpts_mount()
|
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/ |
H A 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/ |
H A D | fs.h | 66 #define MS_NOSUID 2 macro
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | devtmpfs.c | 35 #define DEVTMPFS_MFLAGS (MS_SILENT | MS_NOEXEC | MS_NOSUID)
|
/kernel/liteos_a/fs/vfs/vfs_cmd/ |
H A 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/ |
H A D | resolve_test.c | 78 E_mount("tmpfs", "./mnt", "tmpfs", MS_NOSUID | MS_NODEV, ""); in setup_testdir()
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | mount.c | 33 if (flags & MS_NOSUID) in audit_mnt_flags()
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | resolve_test.c | 78 E_mount("tmpfs", "./mnt", "tmpfs", MS_NOSUID | MS_NODEV, ""); in setup_testdir()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | mount.c | 33 if (flags & MS_NOSUID) in audit_mnt_flags()
|
/kernel/linux/linux-5.10/fs/ |
H A D | namespace.c | 3196 if (flags & MS_NOSUID) in path_mount()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namespace.c | 3628 if (flags & MS_NOSUID) in path_mount()
|