chiark / gitweb /
Make sure that keys are properly removed from hashmap
[elogind.git] / src / core / execute.h
index a3336573280ba4cbdb558d5dc314f9b31103e292..c9e29ffc8a9a0c730d2f54ddc1cfb869f21a96b0 100644 (file)
@@ -113,8 +113,6 @@ struct ExecContext {
 
         nsec_t timer_slack_nsec;
 
-        char *tcpwrap_name;
-
         char *tty_path;
 
         bool tty_reset;
@@ -185,6 +183,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"