woj-sandbox/err.h
2022-10-02 14:10:31 +08:00

13 lines
282 B
C

#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
#endif // WOJ_SANDBOX_ERR_H