~jamesodhunt/upstart/foo

« back to all changes in this revision

Viewing changes to init/job_process.h

Merge of lp:~jamesodhunt/upstart/upstream-session-support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* upstart
2
2
 *
3
 
 * Copyright © 2009 Canonical Ltd.
 
3
 * Copyright © 2009,2010,2011 Canonical Ltd.
4
4
 * Author: Scott James Remnant <scott@netsplit.com>.
5
5
 *
6
6
 * This program is free software; you can redistribute it and/or modify
56
56
        JOB_PROCESS_ERROR_CHROOT,
57
57
        JOB_PROCESS_ERROR_CHDIR,
58
58
        JOB_PROCESS_ERROR_PTRACE,
59
 
        JOB_PROCESS_ERROR_EXEC
 
59
        JOB_PROCESS_ERROR_EXEC,
 
60
        JOB_PROCESS_ERROR_SETUID,
 
61
        JOB_PROCESS_ERROR_SETGID,
60
62
} JobProcessErrorType;
61
63
 
62
64
/**