diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-14 22:43:08 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-14 22:43:08 +0100 |
commit | 81a2b7ceda7100fbc0dd8ce423b9599e03656851 (patch) | |
tree | 4478e9ee682e0aa945aae68d40fd81b3918de99f /service.h | |
parent | e14140036227901bd64833559bab70c111c651a5 (diff) |
execute: implement privilige dropping properly
Diffstat (limited to 'service.h')
-rw-r--r-- | service.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |