chiark / gitweb /
sd-bus: sync kdbus.h (API break)
[elogind.git] / src / core / execute.h
index e3cebfd72cac165d7e0f1b0453b0473fe147fe6f..6f35736edaad5df243a94529e608c0f69dc9baa5 100644 (file)
@@ -204,12 +204,15 @@ struct ExecParameters {
         bool apply_chroot;
         bool apply_tty_stdin;
         bool confirm_spawn;
+        bool selinux_context_net;
         CGroupControllerMask cgroup_supported;
         const char *cgroup_path;
         const char *runtime_prefix;
         const char *unit_id;
         usec_t watchdog_usec;
         int *idle_pipe;
+        char *bus_endpoint_path;
+        int bus_endpoint_fd;
 };
 
 int exec_spawn(ExecCommand *command,