X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=4851152743ba7fd9e9e870fe6ebc6371410056b5;hb=fdb9161cd3e1a64eb9a653a6bf69596670d6e942;hp=bd3db0b633274eb1028292d20b41137b2b5cf90e;hpb=a809021a9c330236d520eb329cfb4d52a401e8a0;p=elogind.git diff --git a/src/core/execute.h b/src/core/execute.h index bd3db0b63..485115274 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -149,6 +149,7 @@ struct ExecContext { bool non_blocking; bool private_tmp; bool private_network; + bool private_devices; bool no_new_privileges; @@ -181,6 +182,7 @@ int exec_spawn(ExecCommand *command, CGroupControllerMask cgroup_mask, const char *cgroup_path, const char *unit_id, + usec_t watchdog_usec, int pipe_fd[2], ExecRuntime *runtime, pid_t *ret);