Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dmount.h14 #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/filesystems/
Ddevpts_pts.c210 ret = mount("devpts", mntpoint, "devpts", MS_NOSUID | MS_NOEXEC, in verify_non_standard_devpts_mount()