X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fexecute.h;h=e6180494977311f8a56f624083bbb97ac5ac2be3;hb=e4a9373fb3ddeadd6b847449186fadf5963695f7;hp=4585fe43a70b64c204f645af05b2fa916a123fb6;hpb=1b91d3e8f402829f336daa5f768e768aede373da;p=elogind.git diff --git a/src/execute.h b/src/execute.h index 4585fe43a..e61804949 100644 --- a/src/execute.h +++ b/src/execute.h @@ -104,6 +104,8 @@ struct ExecContext { char *syslog_identifier; bool syslog_no_prefix; + char *tcpwrap_name; + char *tty_path; /* Since resolving these names might might involve socket @@ -114,6 +116,8 @@ struct ExecContext { char *group; char **supplementary_groups; + char *pam_name; + char **read_write_dirs, **read_only_dirs, **inaccessible_dirs; unsigned long mount_flags; @@ -179,7 +183,9 @@ typedef enum ExitStatus { EXIT_CGROUP, EXIT_SETSID, /* 220 */ EXIT_CONFIRM, - EXIT_STDERR + EXIT_STDERR, + EXIT_TCPWRAP, + EXIT_PAM } ExitStatus;