From 72674b9b69c89387756a07030e820f87f51a3859 Mon Sep 17 00:00:00 2001 From: Zheng Yongjun Date: Thu, 5 May 2022 20:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=9F=90=E4=BA=9B=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E7=94=B1=E4=BA=8E=E6=A0=B9=E7=9B=AE=E5=BD=95=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8D=E4=B8=80=E8=87=B4=E5=8E=9F=E5=9B=A0=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=97=A0=E6=B3=95=E8=BF=9B=E5=85=A5=E6=A1=8C?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zheng Yongjun --- appdata-sandbox.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index dc5f608c..d470659a 100644 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -7,32 +7,32 @@ "src-path" : "/config", "sandbox-path" : "/config", "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" + "check-action-status": "false" }, { "src-path" : "/dev", "sandbox-path" : "/dev", "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" + "check-action-status": "false" }, { "src-path" : "/proc", "sandbox-path" : "/proc", "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" + "check-action-status": "false" }, { "src-path" : "/sys", "sandbox-path" : "/sys", "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" + "check-action-status": "false" }, { "src-path" : "/sys_prod", "sandbox-path" : "/sys_prod", "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" + "check-action-status": "false" }, { "src-path" : "/system", "sandbox-path" : "/system", "sandbox-flags" : [ "bind", "rec" ], - "check-action-status": "true" + "check-action-status": "false" }, { "src-path" : "/data/app/el1/bundle/public/", "sandbox-path" : "/data/storage/el1/bundle", @@ -83,23 +83,23 @@ "symbol-links" : [{ "target-name" : "/system/bin", "link-name" : "/bin", - "check-action-status": "true" + "check-action-status": "false" }, { "target-name" : "/system/lib", "link-name" : "/lib", - "check-action-status": "true" + "check-action-status": "false" }, { "target-name" : "/system/etc", "link-name" : "/etc", - "check-action-status": "true" + "check-action-status": "false" }, { "target-name" : "/system/bin/init", "link-name" : "/init", - "check-action-status": "true" + "check-action-status": "false" }, { "target-name" : "/sys/kernel/debug", "link-name" : "/d", - "check-action-status": "true" + "check-action-status": "false" } ] }], -- Gitee