{
    "common" : [{
        "top-sandbox-switch": "ON",
        "app-base" : [{
            "sandbox-root" : "/mnt/sandbox/<currentUserId>/<PackageName>",
            "sandbox-ns-flags" : [ "net" ],
            "mount-paths" : [{
                    "src-path" : "/system/lib64",
                    "sandbox-path" : "/system/lib64",
                    "sandbox-flags" : [ "bind", "rec" ],
                    "check-action-status": "false"
                }, {
                    "src-path" : "/vendor/lib64",
                    "sandbox-path" : "/vendor/lib64",
                    "sandbox-flags" : [ "bind", "rec" ],
                    "check-action-status": "false"
                }, {
                    "src-path" : "/chip_prod/lib64/passthrough",
                    "sandbox-path" : "/chip_prod/lib64/passthrough",
                    "sandbox-flags" : [ "bind", "rec" ],
                    "check-action-status": "false"
                }
            ],
            "symbol-links" : [{
                    "target-name" : "/system/lib64",
                    "link-name" : "/lib64",
                    "check-action-status": "false"
                }
            ]
        }],
        "app-resources" : [{
            "sandbox-root" : "/mnt/sandbox/<currentUserId>/<PackageName>",
            "mount-paths" : [],
            "flags-point" : [],
            "symbol-links" : []
        }]
    }],
    "individual" : [{
        "__internal__.com.ohos.render" : [{
            "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
            "sandbox-ns-flags": [ "pid", "net" ],
            "mount-paths" : [{
                    "src-path" : "/system/lib64",
                    "sandbox-path" : "/system/lib64",
                    "sandbox-flags" : [ "bind", "rec" ],
                    "check-action-status": "false"
                }, {
                    "src-path" : "/vendor/lib64",
                    "sandbox-path" : "/vendor/lib64",
                    "sandbox-flags" : [ "bind", "rec" ],
                    "check-action-status": "false"
                }
            ],
            "symbol-links" : [{
                    "target-name" : "/system/lib64",
                    "link-name" : "/lib64",
                    "check-action-status": "false"
                }
            ]
        }],
        "__internal__.com.ohos.gpu" : [{
            "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
            "sandbox-ns-flags": [ "pid", "net" ],
            "mount-paths" : [{
                    "src-path" : "/system/lib64",
                    "sandbox-path" : "/system/lib64",
                    "sandbox-flags" : [ "bind", "rec" ],
                    "check-action-status": "false"
                }, {
                    "src-path" : "/vendor/lib64",
                    "sandbox-path" : "/vendor/lib64",
                    "sandbox-flags" : [ "bind", "rec" ],
                    "check-action-status": "false"
                }
            ],
            "symbol-links" : [{
                    "target-name" : "/system/lib64",
                    "link-name" : "/lib64",
                    "check-action-status": "false"
                }
            ]
        }]
    }]
}