From a96516fac2334d9ba5f353621b92ef21008c5d45 Mon Sep 17 00:00:00 2001 From: Zheng Yongjun Date: Thu, 24 Feb 2022 15:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E6=80=A7=E5=8E=BB=E6=8E=89el?= =?UTF-8?q?3=20el4=E7=9B=AE=E5=BD=95=EF=BC=8C=E7=AD=89=E5=90=8E=E7=BB=AD?= =?UTF-8?q?=E6=9C=BA=E5=88=B6=E6=94=AF=E6=8C=81=E4=BA=86=E5=86=8D=E5=8A=A0?= =?UTF-8?q?=E5=9B=9E=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zheng Yongjun --- src/appspawn_server.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/appspawn_server.cpp b/src/appspawn_server.cpp index 2b422d60..131bd70c 100644 --- a/src/appspawn_server.cpp +++ b/src/appspawn_server.cpp @@ -459,10 +459,6 @@ int32_t AppSpawnServer::DoAppSandboxMount(const ClientSocket::AppProperty *appPr std::vector mkdirInfo; std::string dirPath; mkdirInfo.push_back("/data/storage/el1/bundle/webview"); - mkdirInfo.push_back("/data/storage/el2/base/el3"); - mkdirInfo.push_back("/data/storage/el2/base/el3/base"); - mkdirInfo.push_back("/data/storage/el2/base/el4"); - mkdirInfo.push_back("/data/storage/el2/base/el4/base"); for (int i = 0; i < mkdirInfo.size(); i++) { dirPath = rootPath + mkdirInfo[i]; -- Gitee