From ed853afbe5512f4f0dacb668feeb1329c3f7b571 Mon Sep 17 00:00:00 2001 From: Oliver Kunz Date: Wed, 30 Mar 2022 09:45:31 -0700 Subject: [PATCH] Extend ValidateInterpreter with Android_Arm64 interpreter PiperOrigin-RevId: 438325813 Change-Id: I13fc285f19ff333e56ef018a77ec5c789d8b09ff --- sandboxed_api/sandbox2/mounts.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sandboxed_api/sandbox2/mounts.cc b/sandboxed_api/sandbox2/mounts.cc index 3b6fc95..7fe262b 100644 --- a/sandboxed_api/sandbox2/mounts.cc +++ b/sandboxed_api/sandbox2/mounts.cc @@ -87,6 +87,7 @@ absl::Status ValidateInterpreter(absl::string_view interpreter) { "/lib64/ld64.so.2", // PPC64 "/lib/ld-linux-aarch64.so.1", // AArch64 "/lib/ld-linux-armhf.so.3", // Arm + "/system/bin/linker64", // android_arm64 }; if (!allowed_interpreters.contains(interpreter)) {