From be2edd3d61bc0f3f926820acd93c3cb063067068 Mon Sep 17 00:00:00 2001 From: liangxinyan Date: Fri, 6 Jun 2025 17:45:52 +0800 Subject: [PATCH] IssueNo: https://gitee.com/openharmony/build/issues/IC0JU6 Signed-off-by: liangxinyan --- services/sandbox/chipset-sandbox.json | 12 ++---------- services/sandbox/system-sandbox.json | 14 +++++++------- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/services/sandbox/chipset-sandbox.json b/services/sandbox/chipset-sandbox.json index 6dac4b493..88a655b7d 100644 --- a/services/sandbox/chipset-sandbox.json +++ b/services/sandbox/chipset-sandbox.json @@ -9,16 +9,8 @@ "sandbox-path" : "/system/etc/selinux", "sandbox-flags" : [ "bind", "rec", "private" ] }, { - "src-path" : "/system/lib/chipset-pub-sdk", - "sandbox-path" : "/system/lib/chipset-pub-sdk", - "sandbox-flags" : [ "bind", "rec", "private" ] - }, { - "src-path" : "/system/lib/chipset-sdk", - "sandbox-path" : "/system/lib/chipset-sdk", - "sandbox-flags" : [ "bind", "rec", "private" ] - }, { - "src-path" : "/system/lib/ndk", - "sandbox-path" : "/system/lib/ndk", + "src-path" : "/system/lib", + "sandbox-path" : "/system/lib", "sandbox-flags" : [ "bind", "rec", "private" ] }, { "src-path" : "/vendor", diff --git a/services/sandbox/system-sandbox.json b/services/sandbox/system-sandbox.json index 5998732dd..2e447487b 100644 --- a/services/sandbox/system-sandbox.json +++ b/services/sandbox/system-sandbox.json @@ -32,16 +32,12 @@ "sandbox-flags" : [ "bind", "rec", "private" ], "ignore": 1 }, { - "src-path" : "/system/resource", + "src-path" : "/system/resource", "sandbox-path" : "/system/resource", "sandbox-flags" : [ "bind", "rec", "private" ] }, { - "src-path" : "/vendor/lib/chipsetsdk", - "sandbox-path" : "/vendor/lib/chipsetsdk", - "sandbox-flags" : [ "bind", "rec", "private" ] - }, { - "src-path" : "/vendor/lib/chipset-sdk", - "sandbox-path" : "/vendor/lib/chipset-sdk", + "src-path" : "/vendor/lib", + "sandbox-path" : "/vendor/lib", "sandbox-flags" : [ "bind", "rec", "private" ] }, { "src-path" : "/dev", @@ -84,6 +80,10 @@ "src-path" : "/chipset/etc", "sandbox-path" : "/chipset/etc", "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/chip_prod/lib", + "sandbox-path" : "/chip_prod/lib", + "sandbox-flags" : [ "bind", "rec", "private" ] }, { "src-path" : "/chip_prod/etc", "sandbox-path" : "/chip_prod/etc", -- Gitee