| Index: sandbox/linux/bpf_dsl/seccomp_macros.h
|
| diff --git a/sandbox/linux/bpf_dsl/seccomp_macros.h b/sandbox/linux/bpf_dsl/seccomp_macros.h
|
| index b72357ae75fb002543283d8952dad1afdcca3cd0..7fd0e67f1a55fea062a3762565f254074ae24ce6 100644
|
| --- a/sandbox/linux/bpf_dsl/seccomp_macros.h
|
| +++ b/sandbox/linux/bpf_dsl/seccomp_macros.h
|
| @@ -21,6 +21,8 @@
|
| #endif
|
| #endif
|
|
|
| +#include "sandbox/linux/system_headers/linux_seccomp.h" // For AUDIT_ARCH_*
|
| +
|
| // Impose some reasonable maximum BPF program size. Realistically, the
|
| // kernel probably has much lower limits. But by limiting to less than
|
| // 30 bits, we can ease requirements on some of our data types.
|
|
|