mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-30 10:40:33 +00:00
!690 将/vendor/etc/vulkan路径添加到应用沙箱白名单
Merge pull request !690 from shegangbin/add_sandbox
This commit is contained in:
commit
086f2c1133
@ -73,6 +73,11 @@
|
||||
"sandbox-path" : "/vendor/lib",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/vendor/etc/vulkan",
|
||||
"sandbox-path" : "/vendor/etc/vulkan",
|
||||
"sandbox-flags" : [ "bind", "rec" ],
|
||||
"check-action-status": "false"
|
||||
}, {
|
||||
"src-path" : "/data/app/el1/bundle/public/<PackageName>",
|
||||
"sandbox-path" : "/data/storage/el1/bundle",
|
||||
|
Loading…
Reference in New Issue
Block a user