• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "global": {
3        "sandbox-root" : "/mnt/sandbox/com.ohos.render/render-root",
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/framework",
25                "sandbox-path": "/system/framework"
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" : "/system/lib64",
34                "sandbox-path" : "/system/lib64"
35            }, {
36                "src-path" : "/vendor/<lib>",
37                "sandbox-path" : "/vendor/<lib>"
38            }, {
39                "src-path" : "/system/app/NWeb",
40                "sandbox-path" : "/system/app/NWeb"
41            }, {
42                "src-path" : "/system/asan/lib64",
43                "sandbox-path" : "/system/asan/lib64"
44            }, {
45                "src-path" : "/system/asan/lib",
46                "sandbox-path" : "/system/asan/lib"
47            }, {
48                "src-path" : "/vendor/asan/lib64",
49                "sandbox-path" : "/vendor/asan/lib64"
50            }],
51            "symbol-links" : [{
52                    "target-name" : "/system/etc",
53                    "link-name" : "/etc",
54                    "check-action-status": "false"
55                }, {
56                    "target-name" : "/system/bin",
57                    "link-name" : "/bin",
58                    "check-action-status": "false"
59                }, {
60                    "target-name" : "/system/lib",
61                    "link-name" : "/lib",
62                    "check-action-status": "false"
63                }, {
64                    "target-name" : "/system/lib64",
65                    "link-name" : "/lib64",
66                    "check-action-status": "false"
67                }
68            ],
69            "mount-files": [{
70                "src-path" : "/system/etc/hosts",
71                "sandbox-path" : "/data/service/el1/public/hosts_user/hosts"
72            }],
73            "mount-groups" : []
74        },
75        "app-variable": {
76            "mount-paths": [{
77                "src-path" : "/data/app/el1/bundle/public/<arkWebPackageName>",
78                "sandbox-path" : "/data/storage/el1/bundle/arkwebcore"
79            }, {
80                "src-path" : "/system/app/<arkWebPackageName>",
81                "sandbox-path" : "/system/app/<arkWebPackageName>"
82            }, {
83                "src-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>",
84                "sandbox-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>"
85            }]
86        }
87    }
88}