From c1b467f17aaab27085cf1fe8b70bb716a6d2d68a Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Tue, 7 Jun 2022 04:23:59 +0000 Subject: [PATCH] Revert "Add rseq to the seccomp policy file on aarch64." This reverts commit 637402a827af50bf0ed6e2f72f5cfe749c41f1c5. Reason for revert: break CrOS build Original change's description: > Add rseq to the seccomp policy file on aarch64. > > Some newer versions of glibc use this syscall. > > Change-Id: I553db954b019fa5fc738074b28dbba78392c3ede > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3690467 > Tested-by: kokoro > Auto-Submit: Peter Collingbourne > Commit-Queue: Daniel Verkamp > Reviewed-by: Daniel Verkamp Change-Id: If2ff928964bb2184e473a4b15cacb92367d594b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3688025 Commit-Queue: Rubber Stamper Auto-Submit: Junichi Uekawa Bot-Commit: Rubber Stamper --- seccomp/aarch64/common_device.policy | 1 - 1 file changed, 1 deletion(-) diff --git a/seccomp/aarch64/common_device.policy b/seccomp/aarch64/common_device.policy index c8a1088488..ba11bac0d6 100644 --- a/seccomp/aarch64/common_device.policy +++ b/seccomp/aarch64/common_device.policy @@ -37,7 +37,6 @@ readv: 1 recvfrom: 1 recvmsg: 1 restart_syscall: 1 -rseq: 1 rt_sigaction: 1 rt_sigprocmask: 1 rt_sigreturn: 1