Home
last modified time | relevance | path

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

/linux/kernel/
H A Dpid_sysctl.h23 scope = max(READ_ONCE(ns->memfd_noexec_scope), parent_scope); in pid_mfd_noexec_dointvec_minmax()
30 WRITE_ONCE(ns->memfd_noexec_scope, scope); in pid_mfd_noexec_dointvec_minmax()
37 .data = &init_pid_ns.memfd_noexec_scope,
38 .maxlen = sizeof(init_pid_ns.memfd_noexec_scope),
H A Dpid.c86 .memfd_noexec_scope = MEMFD_NOEXEC_SCOPE_EXEC,
/linux/include/linux/
H A Dpid_namespace.h47 int memfd_noexec_scope; member
70 scope = max(scope, READ_ONCE(ns->memfd_noexec_scope)); in pidns_memfd_noexec_scope()