• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "common" : [{
3        "top-sandbox-switch": "ON",
4        "app-base" : [{
5            "sandbox-root" : "/mnt/sandbox/<currentUserId>/<PackageName>",
6            "sandbox-ns-flags" : [ "net" ],
7            "mount-paths" : [{
8                    "src-path" : "/system/lib64",
9                    "sandbox-path" : "/system/lib64",
10                    "sandbox-flags" : [ "bind", "rec" ],
11                    "check-action-status": "false"
12                }, {
13                    "src-path" : "/system/asan/lib64",
14                    "sandbox-path" : "/system/asan/lib64",
15                    "sandbox-flags" : [ "bind", "rec" ],
16                    "check-action-status": "false"
17                }, {
18                    "src-path" : "/vendor/lib64",
19                    "sandbox-path" : "/vendor/lib64",
20                    "sandbox-flags" : [ "bind", "rec" ],
21                    "check-action-status": "false"
22                }, {
23                    "src-path" : "/vendor/asan/lib64",
24                    "sandbox-path" : "/vendor/asan/lib64",
25                    "sandbox-flags" : [ "bind", "rec" ],
26                    "check-action-status": "false"
27                }, {
28                    "src-path" : "/chip_prod/lib64/passthrough",
29                    "sandbox-path" : "/chip_prod/lib64/passthrough",
30                    "sandbox-flags" : [ "bind", "rec" ],
31                    "check-action-status": "false"
32                }
33            ],
34            "symbol-links" : [{
35                    "target-name" : "/system/lib64",
36                    "link-name" : "/lib64",
37                    "check-action-status": "false"
38                }
39            ]
40        }],
41        "app-resources" : [{
42            "sandbox-root" : "/mnt/sandbox/<currentUserId>/<PackageName>",
43            "mount-paths" : [],
44            "flags-point" : [],
45            "symbol-links" : []
46        }]
47    }],
48    "individual" : [{
49        "__internal__.com.ohos.render" : [{
50            "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
51            "sandbox-ns-flags" : [ "pid", "net" ],
52            "mount-paths" : [{
53                    "src-path" : "/system/lib64",
54                    "sandbox-path" : "/system/lib64",
55                    "sandbox-flags" : [ "bind", "rec" ],
56                    "check-action-status": "false"
57                }, {
58                    "src-path" : "/vendor/lib64",
59                    "sandbox-path" : "/vendor/lib64",
60                    "sandbox-flags" : [ "bind", "rec" ],
61                    "check-action-status": "false"
62                }
63            ],
64            "symbol-links" : [{
65                    "target-name" : "/system/lib64",
66                    "link-name" : "/lib64",
67                    "check-action-status": "false"
68                }
69            ]
70        }],
71        "__internal__.com.ohos.gpu" : [{
72            "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
73            "sandbox-ns-flags" : [ "pid", "net" ],
74            "mount-paths" : [{
75                    "src-path" : "/system/lib64",
76                    "sandbox-path" : "/system/lib64",
77                    "sandbox-flags" : [ "bind", "rec" ],
78                    "check-action-status": "false"
79                }, {
80                    "src-path" : "/vendor/lib64",
81                    "sandbox-path" : "/vendor/lib64",
82                    "sandbox-flags" : [ "bind", "rec" ],
83                    "check-action-status": "false"
84                }
85            ],
86            "symbol-links" : [{
87                    "target-name" : "/system/lib64",
88                    "link-name" : "/lib64",
89                    "check-action-status": "false"
90                }
91            ]
92        }]
93    }]
94}
95