diff options
Diffstat (limited to 'libc/kernel/common/linux/seccomp.h')
-rw-r--r-- | libc/kernel/common/linux/seccomp.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libc/kernel/common/linux/seccomp.h b/libc/kernel/common/linux/seccomp.h index 82a698500..cb1b2b80e 100644 --- a/libc/kernel/common/linux/seccomp.h +++ b/libc/kernel/common/linux/seccomp.h @@ -21,15 +21,15 @@ #include <linux/compiler.h> #include <linux/types.h> /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define SECCOMP_MODE_DISABLED 0 -#define SECCOMP_MODE_STRICT 1 -#define SECCOMP_MODE_FILTER 2 -#define SECCOMP_RET_KILL 0x00000000U +#define SECCOMP_MODE_DISABLED 0 +#define SECCOMP_MODE_STRICT 1 +#define SECCOMP_MODE_FILTER 2 +#define SECCOMP_RET_KILL 0x00000000U /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define SECCOMP_RET_TRAP 0x00030000U -#define SECCOMP_RET_ERRNO 0x00050000U -#define SECCOMP_RET_TRACE 0x7ff00000U -#define SECCOMP_RET_ALLOW 0x7fff0000U +#define SECCOMP_RET_TRAP 0x00030000U +#define SECCOMP_RET_ERRNO 0x00050000U +#define SECCOMP_RET_TRACE 0x7ff00000U +#define SECCOMP_RET_ALLOW 0x7fff0000U /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #define SECCOMP_RET_ACTION 0x7fff0000U #define SECCOMP_RET_DATA 0x0000ffffU |