2022-05-21 07:11:00 +00:00
|
|
|
{
|
|
|
|
"common" : [{
|
|
|
|
"top-sandbox-switch": "ON",
|
|
|
|
"app-base" : [{
|
|
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
2024-05-21 06:45:59 +00:00
|
|
|
"sandbox-ns-flags" : [],
|
2022-05-21 07:11:00 +00:00
|
|
|
"mount-paths" : [{
|
2024-03-21 13:27:41 +00:00
|
|
|
"src-path" : "/system/lib",
|
|
|
|
"sandbox-path" : "/system/lib",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
2024-03-16 02:51:06 +00:00
|
|
|
"src-path" : "/system/lib64/platformsdk",
|
|
|
|
"sandbox-path" : "/system/lib64/platformsdk",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/ndk",
|
|
|
|
"sandbox-path" : "/system/lib64/ndk",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/module",
|
|
|
|
"sandbox-path" : "/system/lib64/module",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/chipset-pub-sdk",
|
|
|
|
"sandbox-path" : "/system/lib64/chipset-pub-sdk",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/chipset-sdk",
|
|
|
|
"sandbox-path" : "/system/lib64/chipset-sdk",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/seccomp",
|
|
|
|
"sandbox-path" : "/system/lib64/seccomp",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/extensionability",
|
|
|
|
"sandbox-path" : "/system/lib64/extensionability",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/media",
|
|
|
|
"sandbox-path" : "/system/lib64/media",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib/ld-musl-aarch64.so.1",
|
|
|
|
"sandbox-path" : "/system/lib/ld-musl-aarch64.so.1",
|
2022-05-21 07:11:00 +00:00
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
2022-09-09 16:03:04 +00:00
|
|
|
}, {
|
|
|
|
"src-path" : "/system/asan/lib64",
|
|
|
|
"sandbox-path" : "/system/asan/lib64",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
2022-05-20 08:26:52 +00:00
|
|
|
}, {
|
2022-07-18 13:00:11 +00:00
|
|
|
"src-path" : "/vendor/lib64",
|
|
|
|
"sandbox-path" : "/vendor/lib64",
|
2022-05-20 08:26:52 +00:00
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
2022-09-09 16:03:04 +00:00
|
|
|
}, {
|
|
|
|
"src-path" : "/vendor/asan/lib64",
|
|
|
|
"sandbox-path" : "/vendor/asan/lib64",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
2022-05-21 07:11:00 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"symbol-links" : [{
|
|
|
|
"target-name" : "/system/lib64",
|
|
|
|
"link-name" : "/lib64",
|
|
|
|
"check-action-status": "false"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}],
|
|
|
|
"app-resources" : [{
|
|
|
|
"sandbox-root" : "/mnt/sandbox/<PackageName>",
|
2023-05-04 09:33:37 +00:00
|
|
|
"mount-paths" : [],
|
|
|
|
"flags-point" : [],
|
|
|
|
"symbol-links" : []
|
2022-05-21 07:11:00 +00:00
|
|
|
}]
|
|
|
|
}],
|
|
|
|
"individual" : [{
|
2022-09-27 12:49:17 +00:00
|
|
|
"__internal__.com.ohos.render" : [{
|
|
|
|
"sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
|
2024-01-11 02:57:35 +00:00
|
|
|
"sandbox-ns-flags" : [ "pid", "net" ],
|
2022-09-27 12:49:17 +00:00
|
|
|
"mount-paths" : [{
|
2024-03-21 13:27:41 +00:00
|
|
|
"src-path" : "/system/lib",
|
|
|
|
"sandbox-path" : "/system/lib",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
},{
|
2024-03-16 02:51:06 +00:00
|
|
|
"src-path" : "/system/lib64/platformsdk",
|
|
|
|
"sandbox-path" : "/system/lib64/platformsdk",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/ndk",
|
|
|
|
"sandbox-path" : "/system/lib64/ndk",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/module",
|
|
|
|
"sandbox-path" : "/system/lib64/module",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/chipset-pub-sdk",
|
|
|
|
"sandbox-path" : "/system/lib64/chipset-pub-sdk",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/chipset-sdk",
|
|
|
|
"sandbox-path" : "/system/lib64/chipset-sdk",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/seccomp",
|
|
|
|
"sandbox-path" : "/system/lib64/seccomp",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/extensionability",
|
|
|
|
"sandbox-path" : "/system/lib64/extensionability",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib64/media",
|
|
|
|
"sandbox-path" : "/system/lib64/media",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
|
|
|
}, {
|
|
|
|
"src-path" : "/system/lib/ld-musl-aarch64.so.1",
|
|
|
|
"sandbox-path" : "/system/lib/ld-musl-aarch64.so.1",
|
2022-11-07 02:47:52 +00:00
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
2022-12-29 11:29:55 +00:00
|
|
|
}, {
|
|
|
|
"src-path" : "/vendor/lib64",
|
|
|
|
"sandbox-path" : "/vendor/lib64",
|
|
|
|
"sandbox-flags" : [ "bind", "rec" ],
|
|
|
|
"check-action-status": "false"
|
2022-09-27 12:49:17 +00:00
|
|
|
}
|
|
|
|
],
|
2022-12-30 02:43:47 +00:00
|
|
|
"symbol-links" : [{
|
2022-11-07 02:47:52 +00:00
|
|
|
"target-name" : "/system/lib64",
|
|
|
|
"link-name" : "/lib64",
|
|
|
|
"check-action-status": "false"
|
2022-09-27 12:49:17 +00:00
|
|
|
}
|
2022-12-30 02:43:47 +00:00
|
|
|
],
|
|
|
|
"flags-point" : [{
|
|
|
|
"flags": "DLP_MANAGER",
|
|
|
|
"sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
|
2023-05-04 09:33:37 +00:00
|
|
|
"mount-paths" : [],
|
2022-12-30 02:43:47 +00:00
|
|
|
"symbol-links" : [{}]
|
|
|
|
}]
|
2022-05-21 07:11:00 +00:00
|
|
|
}]
|
|
|
|
}]
|
2022-05-04 10:25:33 +00:00
|
|
|
}
|