From fa0e022b06e46535cc1c6c97527f60d38de72847 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 2 Dec 2022 22:20:22 +0000 Subject: [PATCH] Remove workarounds for the llvm sanitizers. We shouldn't need to poke these holes in seccomp now we're building the sanitizers correctly. Bug: http://b/229989971 Test: cuttlefish still boots with nothing untoward in the log Change-Id: I2f9a050a86e670f000f44ad266ffdf404f3a1d1a --- libc/SECCOMP_ALLOWLIST_COMMON.TXT | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libc/SECCOMP_ALLOWLIST_COMMON.TXT b/libc/SECCOMP_ALLOWLIST_COMMON.TXT index efbf28b88..d366bad2d 100644 --- a/libc/SECCOMP_ALLOWLIST_COMMON.TXT +++ b/libc/SECCOMP_ALLOWLIST_COMMON.TXT @@ -30,12 +30,6 @@ int tkill(int, int) all # Needed for a CTS test of seccomp (b/34763393). int seccomp(unsigned, unsigned, void*) all -# TODO: remove these now we've updated the toolchain (http://b/229989971). -int open(const char*, int, ...) arm,x86,x86_64 -int stat64(const char*, stat64*) arm,x86 -ssize_t readlink(const char*, char*, size_t) arm,x86,x86_64 -int stat(const char*, stat*) arm,x86,x86_64 - # # (Potentially) useful new syscalls which we don't yet use in bionic. #