25 lines
975 B
Diff
25 lines
975 B
Diff
From 6a852c4135864ba87b3cbdd0880d7cfecf7cd654 Mon Sep 17 00:00:00 2001
|
|
From: Shawn Anastasio <shawnanastasio@yahoo.com>
|
|
Date: Thu, 13 Sep 2018 15:12:22 -0500
|
|
Subject: [PATCH 5/6] sandbox/linux: update unit test for ppc64
|
|
|
|
---
|
|
sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: chromium-128.0.6613.113/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc
|
|
===================================================================
|
|
--- chromium-128.0.6613.113.orig/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc
|
|
+++ chromium-128.0.6613.113/sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc
|
|
@@ -352,8 +352,10 @@
|
|
|
|
#if !defined(__aarch64__)
|
|
TEST_BASELINE_SIGSYS(__NR_inotify_init)
|
|
+#if !defined(__powerpc64__)
|
|
TEST_BASELINE_SIGSYS(__NR_vserver)
|
|
#endif
|
|
+#endif
|
|
|
|
#if defined(LIBC_GLIBC) && !BUILDFLAG(IS_CHROMEOS)
|
|
BPF_TEST_C(BaselinePolicy, FutexEINVAL, BaselinePolicy) {
|