mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-27 01:00:38 +00:00
commit
62acf5459f
@ -728,6 +728,26 @@
|
||||
"sandbox-path" : "/module_update/ArkWebCore/app/<arkWebPackageName>",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/vendor/etc/vulkan/icd.d",
|
||||
"sandbox-path" : "/vendor/etc/vulkan/icd.d",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/data/local/shader_cache/local/<PackageName>",
|
||||
"sandbox-path" : "/data/storage/shader_cache/local",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/data/local/shader_cache/cloud/<PackageName>",
|
||||
"sandbox-path" : "/data/storage/shader_cache/cloud",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/data/local/shader_cache/cloud/common",
|
||||
"sandbox-path" : "/data/storage/shader_cache/common",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}
|
||||
],
|
||||
"symbol-links" : [{
|
||||
|
Loading…
Reference in New Issue
Block a user