Fixup! bionic: add klogctl:syslog to seccomp allow list
we want to call dmesg from matlog
after https://github.com/omnirom/android_bionic/commit/d55def80aae2d7c6162edd7aa0aa59dddeb596aa
Change-Id: I707581ac19e8ebb6ca6aa583ccf43874b69c3012
diff --git a/libc/SECCOMP_ALLOWLIST_APP.TXT b/libc/SECCOMP_ALLOWLIST_APP.TXT
index a46a33c..20f9ae0 100644
--- a/libc/SECCOMP_ALLOWLIST_APP.TXT
+++ b/libc/SECCOMP_ALLOWLIST_APP.TXT
@@ -60,3 +60,5 @@
# Not used by bionic in U because riscv64 doesn't have it, but still
# used by legacy apps (http://b/254179267).
renameat(int, const char*, int, const char*) arm,x86,arm64,x86_64
+
+syslog(int, char*, int) all
diff --git a/libc/SECCOMP_BLOCKLIST_APP.TXT b/libc/SECCOMP_BLOCKLIST_APP.TXT
index 5c317cf..a2cd71a 100644
--- a/libc/SECCOMP_BLOCKLIST_APP.TXT
+++ b/libc/SECCOMP_BLOCKLIST_APP.TXT
@@ -36,7 +36,6 @@
settimeofday(const struct timeval*, const struct timezone*) all
acct(const char* filepath) all
-syslog(int, char*, int) all
chroot(const char*) all
init_module(void*, unsigned long, const char*) all