Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dmount.h14 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
/tools/testing/selftests/mount/
Dunprivileged-remount-test.c135 mnt_flags |= MS_NOSUID; in read_mnt_flags()
327 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main()
/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c259 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()
/tools/testing/selftests/filesystems/
Ddevpts_pts.c210 ret = mount("devpts", mntpoint, "devpts", MS_NOSUID | MS_NOEXEC, in verify_non_standard_devpts_mount()
/tools/testing/selftests/openat2/
Dresolve_test.c78 E_mount("tmpfs", "./mnt", "tmpfs", MS_NOSUID | MS_NODEV, ""); in setup_testdir()