mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Extend ValidateInterpreter with Android_Arm64 interpreter
PiperOrigin-RevId: 438325813 Change-Id: I13fc285f19ff333e56ef018a77ec5c789d8b09ff
This commit is contained in:
parent
c1ac5c3833
commit
ed853afbe5
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user