commit | 3711469ec6b3d92b1f8a5873ed6ccf8183242035 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jan 27 18:07:05 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 27 18:07:06 2017 +0000 |
tree | a1c8abfabf9170be732c1b5d25963a55181bc514 | |
parent | f0cccf45653053ded8eac57f8892ad77aa3b8f06 [diff] | |
parent | 73f6e44c8bffc9c431c3277dd5f2100f029369f0 [diff] |
Merge "Allow __NR_perf_event_open"
diff --git a/init/seccomp.cpp b/init/seccomp.cpp index a90a137..92f30e8 100644 --- a/init/seccomp.cpp +++ b/init/seccomp.cpp
@@ -216,6 +216,9 @@ // Needed for debugging 32-bit Chrome AllowSyscall(f, 42); // __NR_pipe + // b/34732712 + AllowSyscall(f, 364); // __NR_perf_event_open + // arm32-on-arm64 only filter - autogenerated from bionic syscall usage for (size_t i = 0; i < arm_filter_size; ++i) f.push_back(arm_filter[i]);