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)) {