Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dmount.h16 #define MS_NOEXEC 8 /* Disallow program execution */ macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dmount.h16 #define MS_NOEXEC 8 /* Disallow program execution */ macro
/linux-6.3-rc2/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c262 mnt_flags |= MS_NOEXEC; in read_mnt_flags()
422 MS_RELATIME | MS_NOEXEC | MS_RDONLY, 0), 0); in FIXTURE_SETUP()
553 expected_flags |= MS_NOEXEC; in TEST_F()
589 expected_flags |= MS_NOEXEC; in TEST_F()
742 expected_flags &= ~(MS_RDONLY | MS_NOEXEC | MS_NOATIME | MS_NOSUID); in TEST_F()
749 expected_flags &= ~(MS_RDONLY | MS_NOEXEC | MS_NOATIME | MS_NOSUID); in TEST_F()
1047 MS_RELATIME | MS_NOEXEC | MS_RDONLY, 0), 0); in FIXTURE_SETUP()
/linux-6.3-rc2/tools/testing/selftests/mount/
A Dunprivileged-remount-test.c139 mnt_flags |= MS_NOEXEC; in read_mnt_flags()
330 if (!test_unpriv_remount_simple(MS_NOEXEC)) { in main()
/linux-6.3-rc2/tools/testing/selftests/filesystems/
A Ddevpts_pts.c210 ret = mount("devpts", mntpoint, "devpts", MS_NOSUID | MS_NOEXEC, in verify_non_standard_devpts_mount()
/linux-6.3-rc2/drivers/base/
A Ddevtmpfs.c35 #define DEVTMPFS_MFLAGS (MS_SILENT | MS_NOEXEC | MS_NOSUID)
A DKconfig69 This instructs the kernel to include the MS_NOEXEC and MS_NOSUID mount
/linux-6.3-rc2/security/apparmor/
A Dmount.c37 if (flags & MS_NOEXEC) in audit_mnt_flags()
/linux-6.3-rc2/fs/
A Dnamespace.c3331 if (flags & MS_NOEXEC) in path_mount()

Completed in 23 milliseconds