Searched refs:MS_NOEXEC (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 98 {"noexec", MS_NOEXEC}, {"exec", ~MS_NOEXEC},
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 102 {"noexec", MS_NOEXEC}, {"exec", ~MS_NOEXEC},
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 229 {"exec", MS_NOEXEC, 0, 1}, 230 {"noexec", MS_NOEXEC, 1, 1},
|
D | mount.c | 204 {"exec", MS_NOEXEC, 0}, 205 {"noexec", MS_NOEXEC, 1},
|
/third_party/selinux/libselinux/src/ |
D | load_policy.c | 283 if (mount(SELINUXFS, SELINUXMNT, SELINUXFS, MS_NOEXEC | MS_NOSUID, 0) == 0 || errno == EBUSY) { in selinux_init_load_policy()
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 76 MS_NOEXEC,
|