1{
2    "global": {
3        "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
4        "sandbox-ns-flags" : [ "pid", "net" ]
5    },
6    "required": {
7        "system-const": {
8            "mount-paths": [{
9                "src-path" : "/dev",
10                "sandbox-path" : "/dev"
11            }, {
12                "src-path" : "/proc",
13                "sandbox-path" : "/proc"
14            }, {
15                "src-path" : "/sys",
16                "sandbox-path" : "/sys"
17            }, {
18                "src-path" : "/system/fonts",
19                "sandbox-path" : "/system/fonts"
20            }, {
21                "src-path" : "/system/etc",
22                "sandbox-path" : "/system/etc"
23            }, {
24                "src-path" : "/system/etc/hosts",
25                "sandbox-path" : "/data/service/el1/network/hosts_user/hosts"
26            }, {
27                "src-path" : "/system/bin",
28                "sandbox-path" : "/system/bin"
29            }, {
30                "src-path" : "/system/<lib>",
31                "sandbox-path" : "/system/<lib>"
32            }, {
33                "src-path" : "/data/app/el1/bundle/public/<arkWebPackageName>",
34                "sandbox-path" : "/data/storage/el1/bundle/arkwebcore"
35            }, {
36                "src-path" : "/system/<lib>/platformsdk",
37                "sandbox-path" : "/system/<lib>/platformsdk"
38            }, {
39                "src-path" : "/system/<lib>/ndk",
40                "sandbox-path" : "/system/<lib>/ndk"
41            }, {
42                "src-path" : "/system/<lib>/module",
43                "sandbox-path" : "/system/<lib>/module"
44            }, {
45                "src-path" : "/system/<lib>/chipset-pub-sdk",
46                "sandbox-path" : "/system/<lib>/chipset-pub-sdk"
47            }, {
48                "src-path" : "/system/<lib>/chipset-sdk",
49                "sandbox-path" : "/system/<lib>/chipset-sdk"
50            }, {
51                "src-path" : "/system/<lib>/seccomp",
52                "sandbox-path" : "/system/<lib>/seccomp"
53            }, {
54                "src-path" : "/system/<lib>/extensionability",
55                "sandbox-path" : "/system/<lib>/extensionability"
56            }, {
57                "src-path" : "/system/<lib>/media",
58                "sandbox-path" : "/system/<lib>/media"
59            }, {
60                "src-path" : "/system/app/<arkWebPackageName>",
61                "sandbox-path" : "/system/app/<arkWebPackageName>"
62            }, {
63                "src-path" : "/vendor/lib",
64                "sandbox-path" : "/vendor/lib",
65                "sandbox-flags" : [ "bind", "rec" ],
66                "check-action-status": "false"
67            }, {
68                "src-path" : "/system/app/NWeb",
69                "sandbox-path" : "/system/app/NWeb"
70            }],
71            "symbol-links" : [{
72                    "target-name" : "/system/etc",
73                    "link-name" : "/etc",
74                    "check-action-status": "false"
75                }, {
76                    "target-name" : "/system/bin",
77                    "link-name" : "/bin",
78                    "check-action-status": "false"
79                }, {
80                    "target-name" : "/system/lib",
81                    "link-name" : "/lib",
82                    "check-action-status": "false"
83                }
84            ],
85            "mount-files": [{
86                    "src-path" : "/system/<lib>/ld-musl-arm.so.1",
87                    "sandbox-path" : "/system/<lib>/ld-musl-arm.so.1"
88            }],
89            "mount-groups" : []
90        },
91        "app-variable": {
92            "mount-groups": []
93        }
94    }
95}
96