{
    "common": [{
        "top-sandbox-switch": "ON",
        "app-base": [{
            "sandbox-ns-flags" : [ "net" ],
            "sandbox-root" : "/mnt/sandbox/<PackageName>",
            "mount-paths" : [{
                "src-path" : "/data/service/el1/<currentUserId>/for-all-app/fonts",
                "sandbox-path" : "/data/service/el1/public/for-all-app/fonts",
                "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" : "/system/fonts",
                "sandbox-path" : "/system/fonts",
                "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" : "/system/etc/hosts",
                "sandbox-path" : "/data/service/el1/public/hosts_user/hosts",
                "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/lib",
                "sandbox-path" : "/system/lib",
                "sandbox-flags" : [ "bind", "rec" ],
                "check-action-status": "false"
            }, {
                "src-path" : "/system/lib64",
                "sandbox-path" : "/system/lib64",
                "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": "false"
            }],
            "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"
            }]

        }],
        "app-resources" : [{
            "sandbox-root" : "/mnt/sandbox/<PackageName>",
            "mount-paths" : [],
            "flag-point" : [],
            "symbol-links" : []
        }]
    }]
}