woj-sandbox/err.h

17 lines
406 B
C
Raw Normal View History

2022-10-02 14:09:25 +08:00
#ifndef WOJ_SANDBOX_ERR_H
#define WOJ_SANDBOX_ERR_H
// Error Code
#define ERR_SECCOMP_ENV 10
#define ERR_SECCOMP_INIT 11
#define ERR_SECCOMP_RESOLVE 12
#define ERR_SECCOMP_LOAD 13
#define ERR_NO_RULE_FOUND 14
#define ERR_RLIMIT_SET 15
#define ERR_FORK 16
#define ERR_WAIT 17
#define ERR_EXEC 18
#define ERR_ARGUMENTS 19
2022-10-02 14:09:25 +08:00
#endif // WOJ_SANDBOX_ERR_H