| Index: sandbox/linux/bpf_dsl/policy_compiler.h
|
| diff --git a/sandbox/linux/bpf_dsl/policy_compiler.h b/sandbox/linux/bpf_dsl/policy_compiler.h
|
| index d648c0290230a09e1e9ad3313ee04d90f3b08977..df38d4ccbc4e4cd087d6e9d510adcf50b00b2a2b 100644
|
| --- a/sandbox/linux/bpf_dsl/policy_compiler.h
|
| +++ b/sandbox/linux/bpf_dsl/policy_compiler.h
|
| @@ -32,7 +32,7 @@ class SANDBOX_EXPORT PolicyCompiler {
|
|
|
| // Compile registers any trap handlers needed by the policy and
|
| // compiles the policy to a BPF program, which it returns.
|
| - scoped_ptr<CodeGen::Program> Compile();
|
| + scoped_ptr<CodeGen::Program> Compile(bool verify);
|
|
|
| // DangerousSetEscapePC sets the "escape PC" that is allowed to issue any
|
| // system calls, regardless of policy.
|
|
|