chiark / gitweb /
execute: implement privilige dropping properly
[elogind.git] / service.h
index 0c0850a81fdb9b51c6df8ecf6a2cfc491a6de910..632e5eae4d51b708f3d532a4aa10f6a8aa5afa3c 100644 (file)
--- a/service.h
+++ b/service.h
@@ -88,6 +88,9 @@ struct Service {
         ExecCommand* exec_command[_SERVICE_EXEC_MAX];
         ExecContext exec_context;
 
+        bool permissions_start_only;
+        bool root_directory_start_only;
+
         ServiceState state;
 
         ExecStatus main_exec_status;