if (write && !ns_capable(ns->user_ns, CAP_SYS_ADMIN)) return -EPERM;
table_copy = *table;
/* You cannot set a lower enforcement value than your parent. */
parent_scope = pidns_memfd_noexec_scope(ns->parent); /* Equivalent to pidns_memfd_noexec_scope(ns). */
scope = max(READ_ONCE(ns->memfd_noexec_scope), parent_scope);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.