Searched refs:memfd_noexec_scope (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/
H A Dpid_sysctl.h23 scope = max(READ_ONCE(ns->memfd_noexec_scope), parent_scope);
30 WRITE_ONCE(ns->memfd_noexec_scope, scope);
37 .data = &init_pid_ns.memfd_noexec_scope,
38 .maxlen = sizeof(init_pid_ns.memfd_noexec_scope),
H A Dpid_namespace.c115 ns->memfd_noexec_scope = pidns_memfd_noexec_scope(parent_pid_ns);
H A Dpid.c91 .memfd_noexec_scope = MEMFD_NOEXEC_SCOPE_EXEC,
/linux-master/include/linux/
H A Dpid_namespace.h42 int memfd_noexec_scope; member in struct:pid_namespace
64 scope = max(scope, READ_ONCE(ns->memfd_noexec_scope));

Completed in 138 milliseconds