mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
commit
f5ba0d8da5
@ -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",
|
||||
|
@ -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