X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fexecute.h;h=e6180494977311f8a56f624083bbb97ac5ac2be3;hb=3ba686c107b2b33e706f59432584875a4152d19a;hp=1adf41ea678a330dde462a6731071296a37ce401;hpb=df1f0afe0c0d044a42ee726fa03730291d7082ee;p=elogind.git diff --git a/src/execute.h b/src/execute.h index 1adf41ea6..e61804949 100644 --- a/src/execute.h +++ b/src/execute.h @@ -116,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; @@ -182,7 +184,8 @@ typedef enum ExitStatus { EXIT_SETSID, /* 220 */ EXIT_CONFIRM, EXIT_STDERR, - EXIT_TCPWRAP + EXIT_TCPWRAP, + EXIT_PAM } ExitStatus;