1{
2    "common" : [{
3        "top-sandbox-switch": "ON",
4        "app-base" : [{
5            "sandbox-root" : "/mnt/sandbox/<currentUserId>/<PackageName>",
6            "sandbox-ns-flags" : [],
7            "mount-paths" : [ {
8                    "src-path" : "/system/asan/lib",
9                    "sandbox-path" : "/system/asan/lib",
10                    "sandbox-flags" : [ "bind", "rec" ],
11                    "check-action-status": "false"
12                }, {
13                    "src-path" : "/vendor/asan/lib",
14                    "sandbox-path" : "/vendor/asan/lib",
15                    "sandbox-flags" : [ "bind", "rec" ],
16                    "check-action-status": "false"
17                }
18            ],
19            "symbol-links" : [
20            ]
21        }]
22    }],
23    "individual" : [{
24        "__internal__.com.ohos.render" : [{
25            "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
26            "sandbox-ns-flags" : [ "pid", "net" ],
27            "mount-paths" : [{
28                    "src-path" : "/system/asan/lib64",
29                    "sandbox-path" : "/system/asan/lib64",
30                    "sandbox-flags" : [ "bind", "rec" ],
31                    "check-action-status": "false"
32                }, {
33                    "src-path" : "/vendor/asan/lib64",
34                    "sandbox-path" : "/vendor/asan/lib64",
35                    "sandbox-flags" : [ "bind", "rec" ],
36                    "check-action-status": "false"
37                }, {
38                    "src-path" : "/system/asan/lib",
39                    "sandbox-path" : "/system/asan/lib",
40                    "sandbox-flags" : [ "bind", "rec" ],
41                    "check-action-status": "false"
42                }, {
43                    "src-path" : "/vendor/asan/lib",
44                    "sandbox-path" : "/vendor/asan/lib",
45                    "sandbox-flags" : [ "bind", "rec" ],
46                    "check-action-status": "false"
47                }
48            ],
49            "symbol-links" : [
50            ]
51        }]
52    }]
53}
54