1{ 2 "global": { 3 "sandbox-root" : "/mnt/sandbox/com.ohos.render/gpu-root", 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" : "/vendor/<lib>", 34 "sandbox-path" : "/vendor/<lib>" 35 }, { 36 "src-path" : "/system/app/NWeb", 37 "sandbox-path" : "/system/app/NWeb" 38 }, { 39 "src-path" : "/vendor/etc/vulkan/icd.d", 40 "sandbox-path" : "/vendor/etc/vulkan/icd.d" 41 }, { 42 "src-path" : "/data/app/el1/public/shader_cache/cloud/common", 43 "sandbox-path" : "/data/storage/shader_cache/common" 44 }], 45 "symbol-links" : [{ 46 "target-name" : "/system/etc", 47 "link-name" : "/etc", 48 "check-action-status": "false" 49 }, { 50 "target-name" : "/system/bin", 51 "link-name" : "/bin", 52 "check-action-status": "false" 53 }, { 54 "target-name" : "/system/lib", 55 "link-name" : "/lib", 56 "check-action-status": "false" 57 }, { 58 "target-name" : "/system/lib64", 59 "link-name" : "/lib64", 60 "check-action-status": "false" 61 } 62 ], 63 "mount-files": [{ 64 "src-path" : "/system/etc/hosts", 65 "sandbox-path" : "/data/service/el1/public/hosts_user/hosts" 66 }], 67 "mount-groups" : [] 68 }, 69 "app-variable": { 70 "mount-paths": [{ 71 "src-path" : "/data/app/el1/bundle/public/<arkWebPackageName>", 72 "sandbox-path" : "/data/storage/el1/bundle/arkwebcore" 73 }, { 74 "src-path" : "/system/app/<arkWebPackageName>", 75 "sandbox-path" : "/system/app/<arkWebPackageName>" 76 }, { 77 "src-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>", 78 "sandbox-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>" 79 }, { 80 "src-path" : "/data/app/el1/<hostUserId>/system_optimize/<variablePackageName>/shader_cache", 81 "sandbox-path" : "/data/storage/system_optimize/shader_cache" 82 }, { 83 "src-path" : "/data/app/el1/public/shader_cache/cloud/<PackageName>", 84 "sandbox-path" : "/data/storage/shader_cache/cloud" 85 }] 86 } 87 } 88}