X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fexecute.h;h=a9075fe0eb6d7541bbd2a592f8697492dc765833;hb=4627d39661ffcdd11e814650dfcc9ac3d0d0ec0b;hp=1ab6a24d9b2c9e2a460f50049f96ec5ac77746ae;hpb=03fae01822b5275a2940458f65644796283a8a23;p=elogind.git diff --git a/src/execute.h b/src/execute.h index 1ab6a24d9..a9075fe0e 100644 --- a/src/execute.h +++ b/src/execute.h @@ -103,7 +103,7 @@ struct ExecContext { int syslog_priority; char *syslog_identifier; - bool syslog_no_prefix; + bool syslog_level_prefix; char *tcpwrap_name; @@ -142,7 +142,7 @@ struct ExecContext { * /bin/mount it is run in the same process group as us so * that the autofs logic detects that it belongs to us and we * don't enter a trigger loop. */ - bool no_setsid; + bool same_pgrp; }; typedef enum ExitStatus { @@ -196,6 +196,7 @@ int exec_spawn(ExecCommand *command, char **environment, bool apply_permissions, bool apply_chroot, + bool apply_tty_stdin, bool confirm_spawn, struct CGroupBonding *cgroup_bondings, pid_t *ret);