woj-sandbox/err.h

15 lines
344 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_UNSETENV 14
#define ERR_NO_RULE_FOUND 15
2022-10-02 16:06:27 +08:00
#define ERR_RLIMIT_ENV 16
#define ERR_RLIMIT_SET 17
2022-10-02 14:09:25 +08:00
#endif // WOJ_SANDBOX_ERR_H