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/public/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" : "/data/app/el1/bundle/public/<PackageName>", 54 "sandbox-path" : "/data/storage/el1/bundle", 55 "sandbox-flags" : [ "bind", "rec" ], 56 "check-action-status": "false" 57 }], 58 "symbol-links" : [{ 59 "target-name" : "/system/etc", 60 "link-name" : "/etc", 61 "check-action-status": "false" 62 }, { 63 "target-name" : "/system/bin", 64 "link-name" : "/bin", 65 "check-action-status": "false" 66 }, { 67 "target-name" : "/system/lib", 68 "link-name" : "/lib", 69 "check-action-status": "false" 70 }, { 71 "target-name" : "/system/lib64", 72 "link-name" : "/lib64", 73 "check-action-status": "false" 74 }] 75 76 }], 77 "app-resources" : [{ 78 "sandbox-root" : "/mnt/sandbox/<PackageName>", 79 "mount-paths" : [], 80 "flag-point" : [], 81 "symbol-links" : [] 82 }] 83 }] 84} 85