X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=9d05d3a9dec95c7c0985408a07fc202dd264c3f8;hp=a3336573280ba4cbdb558d5dc314f9b31103e292;hb=3210412576857e26c18bd0d154906bd7444f5529;hpb=517d56b1d0f67dcf76710bc1e17b05518b8cabe6 diff --git a/src/core/execute.h b/src/core/execute.h index a33365732..9d05d3a9d 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -39,6 +39,7 @@ typedef struct ExecRuntime ExecRuntime; #include "set.h" #include "fdset.h" #include "missing.h" +#include "namespace.h" typedef enum ExecInput { EXEC_INPUT_NULL, @@ -113,8 +114,6 @@ struct ExecContext { nsec_t timer_slack_nsec; - char *tcpwrap_name; - char *tty_path; bool tty_reset; @@ -158,6 +157,8 @@ struct ExecContext { bool private_tmp; bool private_network; bool private_devices; + ProtectSystem protect_system; + ProtectHome protect_home; bool no_new_privileges; @@ -185,6 +186,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"