mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
挂载app_install目录
Signed-off-by: Zhou Shihui <zhoushihui4@huawei.com>
This commit is contained in:
parent
168e9fba23
commit
dba9a113cf
@ -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",
|
||||
|
@ -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": [{
|
||||
|
Loading…
Reference in New Issue
Block a user