1{ 2 "global": { 3 "sandbox-root" : "/mnt/sandbox/<currentUserId>/app-root-isolated", 4 "sandbox-ns-flags" : [ "net" ] 5 }, 6 "required": { 7 "system-const": { 8 "mount-paths": [{ 9 "src-path" : "/dev", 10 "sandbox-path" : "/dev" 11 }, { 12 "src-path" : "/proc", 13 "sandbox-path" : "/proc" 14 }, { 15 "src-path" : "/sys", 16 "sandbox-path" : "/sys" 17 }, { 18 "src-path" : "/system/fonts", 19 "sandbox-path" : "/system/fonts" 20 }, { 21 "src-path" : "/system/etc", 22 "sandbox-path" : "/system/etc" 23 }, { 24 "src-path" : "/system/bin", 25 "sandbox-path" : "/system/bin" 26 }, { 27 "src-path" : "/system/lib", 28 "sandbox-path" : "/system/lib" 29 }, { 30 "src-path" : "/system/lib64", 31 "sandbox-path" : "/system/lib64" 32 }], 33 "symbol-links" : [{ 34 "target-name" : "/system/etc", 35 "link-name" : "/etc", 36 "check-action-status": "false" 37 }, { 38 "target-name" : "/system/bin", 39 "link-name" : "/bin", 40 "check-action-status": "false" 41 }, { 42 "target-name" : "/system/lib", 43 "link-name" : "/lib", 44 "check-action-status": "false" 45 }, { 46 "target-name" : "/system/lib64", 47 "link-name" : "/lib64", 48 "check-action-status": "false" 49 }], 50 "mount-files": [], 51 "mount-groups" : [] 52 }, 53 "app-variable": { 54 "mount-paths": [{ 55 "src-path" : "/data/app/el1/bundle/public/<PackageName>", 56 "sandbox-path" : "/data/storage/el1/bundle" 57 }], 58 "mount-groups": [] 59 } 60 } 61}