Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h29 #define MS_NOEXEC 8 macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h29 #define MS_NOEXEC 8 macro
/third_party/musl/include/sys/
Dmount.h29 #define MS_NOEXEC 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h29 #define MS_NOEXEC 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h29 #define MS_NOEXEC 8 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h29 #define MS_NOEXEC 8 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h29 #define MS_NOEXEC 8 macro
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c98 {"noexec", MS_NOEXEC}, {"exec", ~MS_NOEXEC},
/third_party/toybox/toys/lsb/
Dmount.c102 {"noexec", MS_NOEXEC}, {"exec", ~MS_NOEXEC},
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c229 {"exec", MS_NOEXEC, 0, 1},
230 {"noexec", MS_NOEXEC, 1, 1},
Dmount.c204 {"exec", MS_NOEXEC, 0},
205 {"noexec", MS_NOEXEC, 1},
/third_party/selinux/libselinux/src/
Dload_policy.c283 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/
Dmount03.c76 MS_NOEXEC,