From c056f9428d914786009b9329b4bde708a16a4cf8 Mon Sep 17 00:00:00 2001 From: liuxiyao223 Date: Wed, 5 Jul 2023 21:01:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0libpower=5Fproxy=E7=9A=84chip?= =?UTF-8?q?set-sandbox=E9=85=8D=E7=BD=AE=20Signed-off-by:=20liuxiyao223=20?= =?UTF-8?q??= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/sandbox/chipset-sandbox.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/sandbox/chipset-sandbox.json b/services/sandbox/chipset-sandbox.json index f0ab32eed..8a0932fb0 100644 --- a/services/sandbox/chipset-sandbox.json +++ b/services/sandbox/chipset-sandbox.json @@ -97,6 +97,10 @@ "src-path" : "/system/lib/libclang_rt.ubsan_minimal.so", "sandbox-path" : "/system/lib/libclang_rt.ubsan_minimal.so", "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/system/lib/libpower_proxy_1.1.z.so", + "sandbox-path" : "/system/lib/libpower_proxy_1.1.z.so", + "sandbox-flags" : [ "bind", "rec", "private" ] } ], "symbol-links" : [{ -- Gitee