1{
2    "common" : [{
3        "top-sandbox-switch": "ON",
4        "app-base" : [{
5            "sandbox-root" : "/mnt/sandbox/<PackageName>",
6            "sandbox-ns-flags" : [ "net" ],
7            "mount-paths" : [{
8                    "src-path" : "/system/lib",
9                    "sandbox-path" : "/system/lib",
10                    "sandbox-flags" : [ "bind", "rec" ],
11                    "check-action-status": "false"
12                }, {
13                    "src-path" : "/system/lib64/platformsdk",
14                    "sandbox-path" : "/system/lib64/platformsdk",
15                    "sandbox-flags" : [ "bind", "rec" ],
16                    "check-action-status": "false"
17                }, {
18                    "src-path" : "/system/lib64/ndk",
19                    "sandbox-path" : "/system/lib64/ndk",
20                    "sandbox-flags" : [ "bind", "rec" ],
21                    "check-action-status": "false"
22                }, {
23                    "src-path" : "/system/lib64/module",
24                    "sandbox-path" : "/system/lib64/module",
25                    "sandbox-flags" : [ "bind", "rec" ],
26                    "check-action-status": "false"
27                }, {
28                    "src-path" : "/system/lib64/chipset-pub-sdk",
29                    "sandbox-path" : "/system/lib64/chipset-pub-sdk",
30                    "sandbox-flags" : [ "bind", "rec" ],
31                    "check-action-status": "false"
32                }, {
33                    "src-path" : "/system/lib64/chipset-sdk",
34                    "sandbox-path" : "/system/lib64/chipset-sdk",
35                    "sandbox-flags" : [ "bind", "rec" ],
36                    "check-action-status": "false"
37                }, {
38                    "src-path" : "/system/lib64/seccomp",
39                    "sandbox-path" : "/system/lib64/seccomp",
40                    "sandbox-flags" : [ "bind", "rec" ],
41                    "check-action-status": "false"
42                }, {
43                    "src-path" : "/system/lib64/extensionability",
44                    "sandbox-path" : "/system/lib64/extensionability",
45                    "sandbox-flags" : [ "bind", "rec" ],
46                    "check-action-status": "false"
47                }, {
48                    "src-path" : "/system/lib64/media",
49                    "sandbox-path" : "/system/lib64/media",
50                    "sandbox-flags" : [ "bind", "rec" ],
51                    "check-action-status": "false"
52                }, {
53                    "src-path" : "/system/lib/ld-musl-aarch64.so.1",
54                    "sandbox-path" : "/system/lib/ld-musl-aarch64.so.1",
55                    "sandbox-flags" : [ "bind", "rec" ],
56                    "check-action-status": "false"
57                }, {
58                    "src-path" : "/system/asan/lib64",
59                    "sandbox-path" : "/system/asan/lib64",
60                    "sandbox-flags" : [ "bind", "rec" ],
61                    "check-action-status": "false"
62                }, {
63                    "src-path" : "/vendor/lib64",
64                    "sandbox-path" : "/vendor/lib64",
65                    "sandbox-flags" : [ "bind", "rec" ],
66                    "check-action-status": "false"
67                }, {
68                    "src-path" : "/vendor/asan/lib64",
69                    "sandbox-path" : "/vendor/asan/lib64",
70                    "sandbox-flags" : [ "bind", "rec" ],
71                    "check-action-status": "false"
72                }, {
73                    "src-path" : "/chip_prod/lib64/passthrough",
74                    "sandbox-path" : "/chip_prod/lib64/passthrough",
75                    "sandbox-flags" : [ "bind", "rec" ],
76                    "check-action-status": "false"
77                }
78            ],
79            "symbol-links" : [{
80                    "target-name" : "/system/lib64",
81                    "link-name" : "/lib64",
82                    "check-action-status": "false"
83                }
84            ]
85        }],
86        "app-resources" : [{
87            "sandbox-root" : "/mnt/sandbox/<PackageName>",
88            "mount-paths" : [],
89            "flags-point" : [],
90            "symbol-links" : []
91        }]
92    }],
93    "individual" : [{
94        "__internal__.com.ohos.render" : [{
95            "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
96            "sandbox-ns-flags" : [ "pid", "net" ],
97            "mount-paths" : [{
98                    "src-path" : "/system/lib",
99                    "sandbox-path" : "/system/lib",
100                    "sandbox-flags" : [ "bind", "rec" ],
101                    "check-action-status": "false"
102                },{
103                    "src-path" : "/system/lib64/platformsdk",
104                    "sandbox-path" : "/system/lib64/platformsdk",
105                    "sandbox-flags" : [ "bind", "rec" ],
106                    "check-action-status": "false"
107                }, {
108                    "src-path" : "/system/lib64/ndk",
109                    "sandbox-path" : "/system/lib64/ndk",
110                    "sandbox-flags" : [ "bind", "rec" ],
111                    "check-action-status": "false"
112                }, {
113                    "src-path" : "/system/lib64/module",
114                    "sandbox-path" : "/system/lib64/module",
115                    "sandbox-flags" : [ "bind", "rec" ],
116                    "check-action-status": "false"
117                }, {
118                    "src-path" : "/system/lib64/chipset-pub-sdk",
119                    "sandbox-path" : "/system/lib64/chipset-pub-sdk",
120                    "sandbox-flags" : [ "bind", "rec" ],
121                    "check-action-status": "false"
122                }, {
123                    "src-path" : "/system/lib64/chipset-sdk",
124                    "sandbox-path" : "/system/lib64/chipset-sdk",
125                    "sandbox-flags" : [ "bind", "rec" ],
126                    "check-action-status": "false"
127                }, {
128                    "src-path" : "/system/lib64/seccomp",
129                    "sandbox-path" : "/system/lib64/seccomp",
130                    "sandbox-flags" : [ "bind", "rec" ],
131                    "check-action-status": "false"
132                }, {
133                    "src-path" : "/system/lib64/extensionability",
134                    "sandbox-path" : "/system/lib64/extensionability",
135                    "sandbox-flags" : [ "bind", "rec" ],
136                    "check-action-status": "false"
137                }, {
138                    "src-path" : "/system/lib64/media",
139                    "sandbox-path" : "/system/lib64/media",
140                    "sandbox-flags" : [ "bind", "rec" ],
141                    "check-action-status": "false"
142                }, {
143                    "src-path" : "/system/lib/ld-musl-aarch64.so.1",
144                    "sandbox-path" : "/system/lib/ld-musl-aarch64.so.1",
145                    "sandbox-flags" : [ "bind", "rec" ],
146                    "check-action-status": "false"
147                }, {
148                    "src-path" : "/vendor/lib64",
149                    "sandbox-path" : "/vendor/lib64",
150                    "sandbox-flags" : [ "bind", "rec" ],
151                    "check-action-status": "false"
152                }
153            ],
154            "symbol-links" : [{
155                    "target-name" : "/system/lib64",
156                    "link-name" : "/lib64",
157                    "check-action-status": "false"
158                }
159            ],
160            "flags-point" : [{
161                "flags": "DLP_MANAGER",
162                "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
163                "mount-paths" : [],
164                "symbol-links" : [{}]
165            }]
166        }]
167    }]
168}
169