X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=9d05d3a9dec95c7c0985408a07fc202dd264c3f8;hb=be8f4e9e8eb3b0c34a49c2e80a5c5b7dc6d175f0;hp=c9e29ffc8a9a0c730d2f54ddc1cfb869f21a96b0;hpb=7f8aa67131cfc03ddcbd31c0420754864fc122f0;p=elogind.git diff --git a/src/core/execute.h b/src/core/execute.h index c9e29ffc8..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, @@ -156,6 +157,8 @@ struct ExecContext { bool private_tmp; bool private_network; bool private_devices; + ProtectSystem protect_system; + ProtectHome protect_home; bool no_new_privileges;