chiark / gitweb /
Make tables for DEFINE_STRING_TABLE_LOOKUP consistent
[elogind.git] / src / core / execute.h
index a3336573280ba4cbdb558d5dc314f9b31103e292..9fcea121fa8211a036ff07d1cb7ee852ab776999 100644 (file)
@@ -185,6 +185,7 @@ struct ExecContext {
         bool nice_set:1;
         bool ioprio_set:1;
         bool cpu_sched_set:1;
+        bool no_new_privileges_set:1;
 };
 
 #include "cgroup.h"