!690 将/vendor/etc/vulkan路径添加到应用沙箱白名单

Merge pull request !690 from shegangbin/add_sandbox
This commit is contained in:
openharmony_ci 2023-07-13 11:28:12 +00:00 committed by Gitee
commit 086f2c1133
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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",