mirror of
https://github.com/openharmony/startup_appspawn.git
synced 2026-08-25 06:20:05 -04:00
70a2e449c9
Signed-off-by: OningO <zhangning134@huawei.com>
91 lines
3.3 KiB
JSON
91 lines
3.3 KiB
JSON
{
|
|
"global": {
|
|
"sandbox-root" : "/mnt/sandbox/com.ohos.render/render-root",
|
|
"sandbox-ns-flags" : [ "pid", "net" ]
|
|
},
|
|
"required": {
|
|
"system-const": {
|
|
"mount-paths": [{
|
|
"src-path" : "/dev",
|
|
"sandbox-path" : "/dev"
|
|
}, {
|
|
"src-path" : "/proc",
|
|
"sandbox-path" : "/proc"
|
|
}, {
|
|
"src-path" : "/sys",
|
|
"sandbox-path" : "/sys"
|
|
}, {
|
|
"src-path" : "/system/fonts",
|
|
"sandbox-path" : "/system/fonts"
|
|
}, {
|
|
"src-path" : "/system/etc",
|
|
"sandbox-path" : "/system/etc"
|
|
}, {
|
|
"src-path": "/system/framework",
|
|
"sandbox-path": "/system/framework"
|
|
}, {
|
|
"src-path" : "/system/bin",
|
|
"sandbox-path" : "/system/bin"
|
|
}, {
|
|
"src-path" : "/system/lib",
|
|
"sandbox-path" : "/system/lib"
|
|
}, {
|
|
"src-path" : "/system/lib64",
|
|
"sandbox-path" : "/system/lib64"
|
|
}, {
|
|
"src-path" : "/vendor/<lib>",
|
|
"sandbox-path" : "/vendor/<lib>"
|
|
}, {
|
|
"src-path" : "/system/app/NWeb",
|
|
"sandbox-path" : "/system/app/NWeb"
|
|
}, {
|
|
"src-path" : "/system/asan/lib64",
|
|
"sandbox-path" : "/system/asan/lib64"
|
|
}, {
|
|
"src-path" : "/system/asan/lib",
|
|
"sandbox-path" : "/system/asan/lib"
|
|
}, {
|
|
"src-path" : "/vendor/asan/lib64",
|
|
"sandbox-path" : "/vendor/asan/lib64"
|
|
}, {
|
|
"src-path" : "/data/service/el1/<hostUserId>/for-all-app/fonts",
|
|
"sandbox-path" : "/data/service/el1/public/for-all-app/fonts"
|
|
}],
|
|
"symbol-links" : [{
|
|
"target-name" : "/system/etc",
|
|
"link-name" : "/etc",
|
|
"check-action-status": "false"
|
|
}, {
|
|
"target-name" : "/system/bin",
|
|
"link-name" : "/bin",
|
|
"check-action-status": "false"
|
|
}, {
|
|
"target-name" : "/system/lib",
|
|
"link-name" : "/lib",
|
|
"check-action-status": "false"
|
|
}, {
|
|
"target-name" : "/system/lib64",
|
|
"link-name" : "/lib64",
|
|
"check-action-status": "false"
|
|
}
|
|
],
|
|
"mount-files": [{
|
|
"src-path" : "/system/etc/hosts",
|
|
"sandbox-path" : "/data/service/el1/public/hosts_user/hosts"
|
|
}],
|
|
"mount-groups" : []
|
|
},
|
|
"app-variable": {
|
|
"mount-paths": [{
|
|
"src-path" : "/data/app/el1/bundle/public/<arkWebPackageName>",
|
|
"sandbox-path" : "/data/storage/el1/bundle/arkwebcore"
|
|
}, {
|
|
"src-path" : "/system/app/<arkWebPackageName>",
|
|
"sandbox-path" : "/system/app/<arkWebPackageName>"
|
|
}, {
|
|
"src-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>",
|
|
"sandbox-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>"
|
|
}]
|
|
}
|
|
}
|
|
} |