• 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            ],
29            "symbol-links" : [{
30                    "target-name" : "/system/lib64",
31                    "link-name" : "/lib64",
32                    "check-action-status": "false"
33                }
34            ]
35        }],
36        "app-resources" : [{
37            "sandbox-root" : "/mnt/sandbox/<currentUserId>/<PackageName>",
38            "mount-paths" : [],
39            "flags-point" : [],
40            "symbol-links" : []
41        }]
42    }],
43    "individual" : [{
44        "__internal__.com.ohos.render" : [{
45            "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
46            "sandbox-ns-flags" : [ "pid", "net" ],
47            "mount-paths" : [{
48                    "src-path" : "/system/lib64",
49                    "sandbox-path" : "/system/lib64",
50                    "sandbox-flags" : [ "bind", "rec" ],
51                    "check-action-status": "false"
52                }, {
53                    "src-path" : "/vendor/lib64",
54                    "sandbox-path" : "/vendor/lib64",
55                    "sandbox-flags" : [ "bind", "rec" ],
56                    "check-action-status": "false"
57                }
58            ],
59            "symbol-links" : [{
60                    "target-name" : "/system/lib64",
61                    "link-name" : "/lib64",
62                    "check-action-status": "false"
63                }
64            ],
65            "flags-point" : [{
66                "flags": "DLP_MANAGER",
67                "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>",
68                "mount-paths" : [],
69                "symbol-links" : [{}]
70            }]
71        }]
72    }]
73}
74