Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: sandbox/linux/seccomp-bpf/verifier.h

Issue 681713002: Update from chromium https://crrev.com/301315 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/seccomp-bpf/syscall_unittest.cc ('k') | sandbox/linux/seccomp-bpf/verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/seccomp-bpf/verifier.h
diff --git a/sandbox/linux/seccomp-bpf/verifier.h b/sandbox/linux/seccomp-bpf/verifier.h
index 66a3ee0f568e06e2199519189c50a469bf42d483..6bd747bd75349ef538bd374bef9ce27bb8489d2b 100644
--- a/sandbox/linux/seccomp-bpf/verifier.h
+++ b/sandbox/linux/seccomp-bpf/verifier.h
@@ -16,7 +16,7 @@ struct sock_filter;
namespace sandbox {
struct arch_seccomp_data;
namespace bpf_dsl {
-class SandboxBPFDSLPolicy;
+class Policy;
class PolicyCompiler;
}
@@ -31,7 +31,7 @@ class Verifier {
// error message that does not need to be free()'d.
static bool VerifyBPF(bpf_dsl::PolicyCompiler* compiler,
const std::vector<struct sock_filter>& program,
- const bpf_dsl::SandboxBPFDSLPolicy& policy,
+ const bpf_dsl::Policy& policy,
const char** err);
// Evaluate a given BPF program for a particular set of system call
« no previous file with comments | « sandbox/linux/seccomp-bpf/syscall_unittest.cc ('k') | sandbox/linux/seccomp-bpf/verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698