Home
last modified time | relevance | path

Searched refs:MS_NOEXEC (Results 1 – 4 of 4) sorted by relevance

/tools/include/uapi/linux/
Dmount.h16 #define MS_NOEXEC 8 /* Disallow program execution */ macro
/tools/testing/selftests/mount/
Dunprivileged-remount-test.c139 mnt_flags |= MS_NOEXEC; in read_mnt_flags()
330 if (!test_unpriv_remount_simple(MS_NOEXEC)) { in main()
/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c263 mnt_flags |= MS_NOEXEC; in read_mnt_flags()
423 MS_RELATIME | MS_NOEXEC | MS_RDONLY, 0), 0); in FIXTURE_SETUP()
554 expected_flags |= MS_NOEXEC; in TEST_F()
590 expected_flags |= MS_NOEXEC; in TEST_F()
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()
1048 MS_RELATIME | MS_NOEXEC | MS_RDONLY, 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()