Searched refs:memfd_noexec_scope (Results 1 – 3 of 3) sorted by relevance
23 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),
86 .memfd_noexec_scope = MEMFD_NOEXEC_SCOPE_EXEC,
47 int memfd_noexec_scope; member 70 scope = max(scope, READ_ONCE(ns->memfd_noexec_scope)); in pidns_memfd_noexec_scope()