1{ 2 "common": [{ 3 "top-sandbox-switch": "ON", 4 "app-base": [{ 5 "sandbox-ns-flags" : [ "net" ], 6 "sandbox-root" : "/mnt/sandbox/<PackageName>", 7 "mount-paths" : [{ 8 "src-path" : "/dev", 9 "sandbox-path" : "/dev", 10 "sandbox-flags" : [ "bind", "rec" ], 11 "check-action-status": "false" 12 }, { 13 "src-path" : "/proc", 14 "sandbox-path" : "/proc", 15 "sandbox-flags" : [ "bind", "rec" ], 16 "check-action-status": "false" 17 }, { 18 "src-path" : "/sys", 19 "sandbox-path" : "/sys", 20 "sandbox-flags" : [ "bind", "rec" ], 21 "check-action-status": "false" 22 }, { 23 "src-path" : "/system/fonts", 24 "sandbox-path" : "/system/fonts", 25 "sandbox-flags" : [ "bind", "rec" ], 26 "check-action-status": "false" 27 }, { 28 "src-path" : "/system/etc", 29 "sandbox-path" : "/system/etc", 30 "sandbox-flags" : [ "bind", "rec" ], 31 "check-action-status": "false" 32 }, { 33 "src-path" : "/system/etc/hosts", 34 "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", 35 "sandbox-flags" : [ "bind", "rec" ], 36 "check-action-status": "false" 37 }, { 38 "src-path" : "/system/bin", 39 "sandbox-path" : "/system/bin", 40 "sandbox-flags" : [ "bind", "rec" ], 41 "check-action-status": "false" 42 }, { 43 "src-path" : "/system/lib", 44 "sandbox-path" : "/system/lib", 45 "sandbox-flags" : [ "bind", "rec" ], 46 "check-action-status": "false" 47 }, { 48 "src-path" : "/system/lib64", 49 "sandbox-path" : "/system/lib64", 50 "sandbox-flags" : [ "bind", "rec" ], 51 "check-action-status": "false" 52 }, { 53 "src-path" : "/system/lib/platformsdk", 54 "sandbox-path" : "/system/lib/platformsdk", 55 "sandbox-flags" : [ "bind", "rec" ], 56 "check-action-status": "false" 57 }, { 58 "src-path" : "/system/lib/ndk", 59 "sandbox-path" : "/system/lib/ndk", 60 "sandbox-flags" : [ "bind", "rec" ], 61 "check-action-status": "false" 62 }, { 63 "src-path" : "/system/lib/module", 64 "sandbox-path" : "/system/lib/module", 65 "sandbox-flags" : [ "bind", "rec" ], 66 "check-action-status": "false" 67 }, { 68 "src-path" : "/system/lib/chipset-pub-sdk", 69 "sandbox-path" : "/system/lib/chipset-pub-sdk", 70 "sandbox-flags" : [ "bind", "rec" ], 71 "check-action-status": "false" 72 }, { 73 "src-path" : "/system/lib/chipset-sdk", 74 "sandbox-path" : "/system/lib/chipset-sdk", 75 "sandbox-flags" : [ "bind", "rec" ], 76 "check-action-status": "false" 77 }, { 78 "src-path" : "/system/lib/seccomp", 79 "sandbox-path" : "/system/lib/seccomp", 80 "sandbox-flags" : [ "bind", "rec" ], 81 "check-action-status": "false" 82 }, { 83 "src-path" : "/system/lib/extensionability", 84 "sandbox-path" : "/system/lib/extensionability", 85 "sandbox-flags" : [ "bind", "rec" ], 86 "check-action-status": "false" 87 }, { 88 "src-path" : "/system/lib/media", 89 "sandbox-path" : "/system/lib/media", 90 "sandbox-flags" : [ "bind", "rec" ], 91 "check-action-status": "false" 92 }, { 93 "src-path" : "/system/lib/ld-musl-arm.so.1", 94 "sandbox-path" : "/system/lib/ld-musl-arm.so.1", 95 "sandbox-flags" : [ "bind", "rec" ], 96 "check-action-status": "false" 97 }, { 98 "src-path" : "/data/app/el1/bundle/public/<PackageName>", 99 "sandbox-path" : "/data/storage/el1/bundle", 100 "sandbox-flags" : [ "bind", "rec" ], 101 "check-action-status": "false" 102 }], 103 "symbol-links" : [{ 104 "target-name" : "/system/etc", 105 "link-name" : "/etc", 106 "check-action-status": "false" 107 }, { 108 "target-name" : "/system/bin", 109 "link-name" : "/bin", 110 "check-action-status": "false" 111 }, { 112 "target-name" : "/system/lib", 113 "link-name" : "/lib", 114 "check-action-status": "false" 115 }, { 116 "target-name" : "/system/lib64", 117 "link-name" : "/lib64", 118 "check-action-status": "false" 119 }] 120 121 }], 122 "app-resources" : [{ 123 "sandbox-root" : "/mnt/sandbox/<PackageName>", 124 "mount-paths" : [], 125 "flag-point" : [], 126 "symbol-links" : [] 127 }] 128 }] 129} 130