summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorjorgelo@chromium.org <jorgelo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-21 00:41:06 +0000
committerjorgelo@chromium.org <jorgelo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-21 00:41:06 +0000
commit86cfc5ee2f4bb5d064b6f5a1e1b6b160f0eb3880 (patch)
tree526f7faabbf268390b6b28be86776b2dec44b35c /content
parent211b80bf18ff553288d28696edeb444fe126ba50 (diff)
downloadchromium_src-86cfc5ee2f4bb5d064b6f5a1e1b6b160f0eb3880.zip
chromium_src-86cfc5ee2f4bb5d064b6f5a1e1b6b160f0eb3880.tar.gz
chromium_src-86cfc5ee2f4bb5d064b6f5a1e1b6b160f0eb3880.tar.bz2
Add full ARM syscall list.
BUG=141157 TEST=Build and boot on daisy, check about:sandbox for "Seccomp-BPF Yes". Review URL: https://chromiumcodereview.appspot.com/10837316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/common/sandbox_seccomp_bpf_linux.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/content/common/sandbox_seccomp_bpf_linux.cc b/content/common/sandbox_seccomp_bpf_linux.cc
index 8baecb8..701947c 100644
--- a/content/common/sandbox_seccomp_bpf_linux.cc
+++ b/content/common/sandbox_seccomp_bpf_linux.cc
@@ -32,13 +32,7 @@
#if defined(SECCOMP_BPF_SANDBOX)
#include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
-
-#if defined(__i386__) || defined(__x86_64__)
-#include "sandbox/linux/services/x86_linux_syscalls.h"
-#elif defined(__arm__)
-// This file doesn't yet list all syscalls.
-#include "sandbox/linux/services/arm_linux_syscalls.h"
-#endif
+#include "sandbox/linux/services/linux_syscalls.h"
namespace {