]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.h
core: Restrict mmap and mprotect with PAGE_WRITE|PAGE_EXEC (#3319) (#3379)
[thirdparty/systemd.git] / src / core / execute.h
index 41148bcea2f2007087c23a48ac54689abcff2842..464869d22670d7558310d0e0794a1aaf3ffab150 100644 (file)
@@ -197,6 +197,7 @@ struct ExecContext {
         bool ioprio_set:1;
         bool cpu_sched_set:1;
         bool no_new_privileges_set:1;
+        bool memory_deny_write_execute;
 };
 
 #include "cgroup-util.h"