mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
af36e0c2d7
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
257 lines
11 KiB
JSON
257 lines
11 KiB
JSON
{
|
|
"common" : [{
|
|
"top-sandbox-switch": "ON",
|
|
"app-base" : [{
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [{
|
|
"src-path" : "/config",
|
|
"sandbox-path" : "/config",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/dev",
|
|
"sandbox-path" : "/dev",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/proc",
|
|
"sandbox-path" : "/proc",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/sys",
|
|
"sandbox-path" : "/sys",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/sys_prod",
|
|
"sandbox-path" : "/sys_prod",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/system/app",
|
|
"sandbox-path" : "/system/app",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/system/fonts",
|
|
"sandbox-path" : "/system/fonts",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/system/lib",
|
|
"sandbox-path" : "/system/lib",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/system/data",
|
|
"sandbox-path" : "/system/data",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/system/usr",
|
|
"sandbox-path" : "/system/usr",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/system/profile",
|
|
"sandbox-path" : "/system/profile",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/system/bin",
|
|
"sandbox-path" : "/system/bin",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/system/etc",
|
|
"sandbox-path" : "/system/etc",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/vendor/lib/chipsetsdk",
|
|
"sandbox-path" : "/vendor/lib/chipsetsdk",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/data/app/el1/bundle/public/<PackageName>",
|
|
"sandbox-path" : "/data/storage/el1/bundle",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "true"
|
|
}, {
|
|
"src-path" : "/data/app/el2/<currentUserId>/base/<PackageName>",
|
|
"sandbox-path" : "/data/storage/el2/base",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "true"
|
|
},{
|
|
"src-path" : "/data/app/el1/<currentUserId>/database/<PackageName>",
|
|
"sandbox-path" : "/data/storage/el1/database",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "true"
|
|
}, {
|
|
"src-path" : "/data/app/el2/<currentUserId>/database/<PackageName>",
|
|
"sandbox-path" : "/data/storage/el2/database",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "true"
|
|
}, {
|
|
"src-path" : "/data/app/el1/<currentUserId>/base/<PackageName>",
|
|
"sandbox-path" : "/data/storage/el1/base",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "true"
|
|
}, {
|
|
"src-path" : "/mnt/hmdfs/",
|
|
"sandbox-path" : "/mnt/hmdfs/",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/mnt/hmdfs/<currentUserId>/account/merge_view/data/<PackageName>",
|
|
"sandbox-path" : "/data/storage/el2/distributedfiles",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/mnt/hmdfs/<currentUserId>/non_account/merge_view/data/",
|
|
"sandbox-path" : "/data/storage/el2/auth_groups",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/data/app/el1/bundle/public/com.ohos.nweb",
|
|
"sandbox-path" : "/data/storage/el1/bundle/nweb",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/data/app/el1/bundle/public/ohos.global.systemres",
|
|
"sandbox-path" : "/data/storage/el1/bundle/ohos.global.systemres",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}
|
|
],
|
|
"symbol-links" : [{
|
|
"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/etc",
|
|
"link-name" : "/etc",
|
|
"check-action-status": "false"
|
|
}, {
|
|
"target-name" : "/system/bin/init",
|
|
"link-name" : "/init",
|
|
"check-action-status": "false"
|
|
}, {
|
|
"target-name" : "/sys/kernel/debug",
|
|
"link-name" : "/d",
|
|
"check-action-status": "false"
|
|
}
|
|
]
|
|
}],
|
|
"app-resources" : [{
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [{
|
|
"src-path" : "/data/app/el1/bundle/public/com.ohos.nweb",
|
|
"sandbox-path" : "/data/storage/el1/bundle/nweb",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}, {
|
|
"src-path" : "/data/app/el1/bundle/public/ohos.global.systemres",
|
|
"sandbox-path" : "/data/storage/el1/bundle/ohos.global.systemres",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}
|
|
],
|
|
"symbol-links" : [
|
|
]
|
|
}]
|
|
}],
|
|
"individual" : [{
|
|
"com.ohos.medialibrary.MediaLibraryDataA" : [{
|
|
"sandbox-switch": "ON",
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [{
|
|
"src-path" : "/storage/media/<currentUserId>",
|
|
"sandbox-path" : "/storage/media",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}
|
|
],
|
|
"symbol-links" : []
|
|
}],
|
|
"com.ohos.medialibrary.MediaScannerAbilityA" : [{
|
|
"sandbox-switch": "ON",
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [{
|
|
"src-path" : "/storage/media/<currentUserId>",
|
|
"sandbox-path" : "/storage/media",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}
|
|
],
|
|
"symbol-links" : []
|
|
}],
|
|
"com.ohos.medialibrary.medialibrarydata" : [{
|
|
"sandbox-switch": "ON",
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [{
|
|
"src-path" : "/storage/media/<currentUserId>",
|
|
"sandbox-path" : "/storage/media",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "false"
|
|
}
|
|
],
|
|
"symbol-links" : []
|
|
}],
|
|
"com.ohos.launcher" : [{
|
|
"sandbox-switch": "ON",
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [{
|
|
"src-path" : "/data/app/el1/bundle/public/",
|
|
"sandbox-path" : "/data/bundles/",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "true"
|
|
}
|
|
],
|
|
"symbol-links" : []
|
|
}],
|
|
"com.ohos.permissionmanager" : [{
|
|
"sandbox-switch": "ON",
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [{
|
|
"src-path" : "/data/app/el1/bundle/public/",
|
|
"sandbox-path" : "/data/bundles/",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "true"
|
|
}
|
|
],
|
|
"symbol-links" : []
|
|
}],
|
|
"ohos.samples.ecg" : [{
|
|
"sandbox-switch": "OFF",
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [{
|
|
"src-path" : "/data/app/el1/bundle/public/",
|
|
"sandbox-path" : "/data/bundles/",
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
"check-action-status": "true"
|
|
}
|
|
],
|
|
"symbol-links" : []
|
|
}],
|
|
"com.ohos.dlpmanager" : [{
|
|
"sandbox-switch": "ON",
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
|
"mount-paths" : [{
|
|
"src-path" : "/dev/fuse",
|
|
"sandbox-path" : "/data/fuse",
|
|
"sandbox-flags" : [ "MS_NOSUID", "MS_NODEV", "MS_NOEXEC", "MS_NOATIME", "MS_LAZYTIME" ],
|
|
"fs-type": "fuse",
|
|
"check-action-status": "false"
|
|
}
|
|
],
|
|
"symbol-links" : []
|
|
}]
|
|
}]
|
|
}
|