From 7fb8160ae9799301bf9e92706a69ca231ca1125c Mon Sep 17 00:00:00 2001 From: 18721213663 Date: Mon, 27 Nov 2023 11:48:04 +0800 Subject: [PATCH] sharefs_test Signed-off-by: 18721213663 --- .../native/appkit/ability_runtime/context/context_impl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/native/appkit/ability_runtime/context/context_impl.cpp b/frameworks/native/appkit/ability_runtime/context/context_impl.cpp index 4ffd044db59..b37ebecf3a1 100644 --- a/frameworks/native/appkit/ability_runtime/context/context_impl.cpp +++ b/frameworks/native/appkit/ability_runtime/context/context_impl.cpp @@ -48,8 +48,8 @@ const std::string PATTERN_VERSION = std::string(FILE_SEPARATOR) + "v\\d+" + FILE const size_t Context::CONTEXT_TYPE_ID(std::hash {} ("Context")); const int64_t ContextImpl::CONTEXT_CREATE_BY_SYSTEM_APP(0x00000001); -const mode_t MODE = 0770; -const mode_t GROUP_MODE = 02770; +const mode_t MODE = 0771; +const mode_t GROUP_MODE = 02771; const std::string ContextImpl::CONTEXT_DATA_APP("/data/app/"); const std::string ContextImpl::CONTEXT_BUNDLE("/bundle/"); const std::string ContextImpl::CONTEXT_DISTRIBUTEDFILES_BASE_BEFORE("/mnt/hmdfs/"); -- Gitee