From d9d749d3608aebfcc9eabf9c48c20ed18f754453 Mon Sep 17 00:00:00 2001 From: DaiHN Date: Tue, 4 Mar 2025 22:41:20 +0800 Subject: [PATCH] Add permission of "system/framework" Issue : #IBQQWP Signed-off-by: DaiHN Change-Id: If5beae56eefc6b91246a90abe59b6c99ce74c156 --- appdata-sandbox.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 9be9213f..dccbed78 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -118,6 +118,11 @@ "sandbox-path" : "/system/etc", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/framework", + "sandbox-path" : "/system/framework", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", @@ -510,6 +515,11 @@ "sandbox-path" : "/system/etc", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" + }, { + "src-path" : "/system/framework", + "sandbox-path" : "/system/framework", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", @@ -740,7 +750,7 @@ "src-path": "/data/service/el1/public/themes//a/system", "sandbox-path": "/data/themes/a/system", "sandbox-flags": [ "bind", "rec" ] - }, + }, { "src-path": "/data/service/el1/public/themes//b/system", "sandbox-path": "/data/themes/b/system", -- Gitee