commit | a17e01d4e6f63cee0d8f3029d2a7111947e55014 | [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 | b48dfd81650633314cc01c3566c525078f40c1db [diff] | |
parent | 3d3e9085bc4473fef30fc0c7a0ee83d179df574b [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]);