From 46c761d1b8e9b67dc08818c66f352e0c06a3352c Mon Sep 17 00:00:00 2001 From: Qilong Zhang Date: Mon, 16 May 2022 16:30:21 +0800 Subject: [PATCH] appspawn:add el1 sandbox directory Signed-off-by: Qilong Zhang Change-Id: I42e0254205ff05df0d508caa5913d1a125946280 --- appdata-sandbox.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index d470659a..4803507d 100644 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -43,6 +43,11 @@ "sandbox-path" : "/data/storage/el2/base", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "true" + },{ + "src-path" : "/data/app/el1//database/", + "sandbox-path" : "/data/storage/el1/database", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "true" }, { "src-path" : "/data/app/el2//database/", "sandbox-path" : "/data/storage/el2/database", -- Gitee