mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 15:10:44 +00:00
7b34f95485
Signed-off-by: wangfeng <wangfeng277@huawei.com>
61 lines
2.0 KiB
JSON
61 lines
2.0 KiB
JSON
{
|
|
"global": {
|
|
"sandbox-root" : "/mnt/sandbox/<currentUserId>/app-root-isolated",
|
|
"sandbox-ns-flags" : [ "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/bin",
|
|
"sandbox-path" : "/system/bin"
|
|
}, {
|
|
"src-path" : "/system/lib",
|
|
"sandbox-path" : "/system/lib"
|
|
}, {
|
|
"src-path" : "/system/lib64",
|
|
"sandbox-path" : "/system/lib64"
|
|
}],
|
|
"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": [],
|
|
"mount-groups" : []
|
|
},
|
|
"app-variable": {
|
|
"mount-paths": [{
|
|
"src-path" : "/data/app/el1/bundle/public/<PackageName>",
|
|
"sandbox-path" : "/data/storage/el1/bundle"
|
|
}],
|
|
"mount-groups": []
|
|
}
|
|
}
|
|
} |