1{ 2 "global": { 3 "sandbox-root" : "/mnt/sandbox/com.ohos.render/<PackageName>", 4 "sandbox-ns-flags" : [ "pid", "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 "src-path" : "/data/app/el1/bundle/public/<arkWebPackageName>", 34 "sandbox-path" : "/data/storage/el1/bundle/arkwebcore" 35 }, { 36 "src-path" : "/system/app/<arkWebPackageName>", 37 "sandbox-path" : "/system/app/<arkWebPackageName>" 38 }, { 39 "src-path" : "/vendor/<lib>", 40 "sandbox-path" : "/vendor/<lib>", 41 "sandbox-flags" : [ "bind", "rec" ], 42 "check-action-status": "false" 43 }, { 44 "src-path" : "/system/app/NWeb", 45 "sandbox-path" : "/system/app/NWeb" 46 }, { 47 "src-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>", 48 "sandbox-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>" 49 }], 50 "symbol-links" : [{ 51 "target-name" : "/system/etc", 52 "link-name" : "/etc", 53 "check-action-status": "false" 54 }, { 55 "target-name" : "/system/bin", 56 "link-name" : "/bin", 57 "check-action-status": "false" 58 }, { 59 "target-name" : "/system/lib", 60 "link-name" : "/lib", 61 "check-action-status": "false" 62 }, { 63 "target-name" : "/system/lib64", 64 "link-name" : "/lib64", 65 "check-action-status": "false" 66 } 67 ], 68 "mount-files": [{ 69 "src-path" : "/system/etc/hosts", 70 "sandbox-path" : "/data/service/el1/network/hosts_user/hosts" 71 }], 72 "mount-groups" : [] 73 }, 74 "app-variable": { 75 "mount-groups": [] 76 } 77 } 78}