挂载app_install目录

Signed-off-by: Zhou Shihui <zhoushihui4@huawei.com>
This commit is contained in:
Zhou Shihui 2024-11-18 10:29:53 +08:00
parent 168e9fba23
commit dba9a113cf
2 changed files with 18 additions and 0 deletions

View File

@ -351,6 +351,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": [{