• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "common" : [{
3        "top-sandbox-switch": "ON",
4        "app-base" : [{
5            "sandbox-root" : "/mnt/sandbox/<PackageName>",
6            "sandbox-ns-flags" : [],
7            "mount-paths" : [ {
8                    "src-path" : "/system/asan/lib",
9                    "sandbox-path" : "/system/asan/lib",
10                    "sandbox-flags" : [ "bind", "rec" ],
11                    "check-action-status": "false"
12                }, {
13                    "src-path" : "/vendor/asan/lib",
14                    "sandbox-path" : "/vendor/asan/lib",
15                    "sandbox-flags" : [ "bind", "rec" ],
16                    "check-action-status": "false"
17                }
18            ],
19            "symbol-links" : [
20            ]
21        }]
22    }]
23}
24