1{ 2 "common" : [{ 3 "top-sandbox-switch": "ON", 4 "app-base" : [{ 5 "sandbox-root" : "/mnt/sandbox/<currentUserId>/<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 "src-path" : "/system/asan/bin", 19 "sandbox-path" : "/system/asan/bin", 20 "sandbox-flags" : [ "bind", "rec" ], 21 "check-action-status": "false" 22 } 23 ], 24 "symbol-links" : [ 25 ] 26 }] 27 }], 28 "individual" : [{ 29 "__internal__.com.ohos.render" : [{ 30 "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>", 31 "sandbox-ns-flags" : [ "pid", "net" ], 32 "mount-paths" : [{ 33 "src-path" : "/system/asan/lib64", 34 "sandbox-path" : "/system/asan/lib64", 35 "sandbox-flags" : [ "bind", "rec" ], 36 "check-action-status": "false" 37 }, { 38 "src-path" : "/vendor/asan/lib64", 39 "sandbox-path" : "/vendor/asan/lib64", 40 "sandbox-flags" : [ "bind", "rec" ], 41 "check-action-status": "false" 42 }, { 43 "src-path" : "/system/asan/lib", 44 "sandbox-path" : "/system/asan/lib", 45 "sandbox-flags" : [ "bind", "rec" ], 46 "check-action-status": "false" 47 }, { 48 "src-path" : "/vendor/asan/lib", 49 "sandbox-path" : "/vendor/asan/lib", 50 "sandbox-flags" : [ "bind", "rec" ], 51 "check-action-status": "false" 52 }, { 53 "src-path" : "/system/asan/bin", 54 "sandbox-path" : "/system/asan/bin", 55 "sandbox-flags" : [ "bind", "rec" ], 56 "check-action-status": "false" 57 } 58 ], 59 "symbol-links" : [ 60 ] 61 }], 62 "__internal__.com.ohos.gpu" : [{ 63 "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>", 64 "sandbox-ns-flags" : [ "pid", "net" ], 65 "mount-paths" : [{ 66 "src-path" : "/system/asan/lib64", 67 "sandbox-path" : "/system/asan/lib64", 68 "sandbox-flags" : [ "bind", "rec" ], 69 "check-action-status": "false" 70 }, { 71 "src-path" : "/vendor/asan/lib64", 72 "sandbox-path" : "/vendor/asan/lib64", 73 "sandbox-flags" : [ "bind", "rec" ], 74 "check-action-status": "false" 75 }, { 76 "src-path" : "/system/asan/lib", 77 "sandbox-path" : "/system/asan/lib", 78 "sandbox-flags" : [ "bind", "rec" ], 79 "check-action-status": "false" 80 }, { 81 "src-path" : "/vendor/asan/lib", 82 "sandbox-path" : "/vendor/asan/lib", 83 "sandbox-flags" : [ "bind", "rec" ], 84 "check-action-status": "false" 85 }, { 86 "src-path" : "/system/asan/bin", 87 "sandbox-path" : "/system/asan/bin", 88 "sandbox-flags" : [ "bind", "rec" ], 89 "check-action-status": "false" 90 } 91 ], 92 "symbol-links" : [ 93 ] 94 }] 95 }] 96} 97