!1712 安装IO优化

Merge pull request !1712 from Zhou Shihui/rename
This commit is contained in:
openharmony_ci 2024-11-21 13:36:07 +00:00 committed by Gitee
commit f5ba0d8da5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 18 additions and 0 deletions

View File

@ -338,6 +338,14 @@
"gids": ["file_manager"],
"mount-paths":[],
"mount-groups": ["Users", "user-public"]
}, {
"name": "ohos.permission.ACCESS_APP_INSTALL_DIR",
"sandbox-switch": "ON",
"gids": ["app_install"],
"mount-paths": [{
"src-path": "/data/service/el1/public/bms/bundle_manager_service/app_install/<currentUserId>/",
"sandbox-path": "/data/bms_app_install/"
}]
}],
"spawn-flag": [{
"name": "START_FLAGS_BACKUP",

View File

@ -859,6 +859,16 @@
}
]
}],
"ohos.permission.ACCESS_APP_INSTALL_DIR":[{
"sandbox-switch": "ON",
"gids": [2002],
"mount-paths": [{
"src-path": "/data/service/el1/public/bms/bundle_manager_service/app_install/<currentUserId>/",
"sandbox-path": "/data/bms_app_install/",
"sandbox-flags": [ "bind", "rec" ]
}
]
}],
"ohos.permission.ACCESS_BBOX_DIR":[{
"sandbox-switch": "ON",
"mount-paths": [{