Merge pull request #8837 from microsoft/danmihai1/allow_storages

genpolicy: temporarily disable allow_storages()
This commit is contained in:
Dan Mihai 2024-01-16 07:10:49 -08:00 committed by GitHub
commit 13f2398fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,7 +428,8 @@ allow_by_bundle_or_sandbox_id(p_oci, i_oci, p_storages, i_storages) {
allow_mount(p_oci, i_mount, bundle_id, sandbox_id) allow_mount(p_oci, i_mount, bundle_id, sandbox_id)
} }
allow_storages(p_storages, i_storages, bundle_id, sandbox_id) # TODO: enable allow_storages() after fixing https://github.com/kata-containers/kata-containers/issues/8833
# allow_storages(p_storages, i_storages, bundle_id, sandbox_id)
print("allow_by_bundle_or_sandbox_id: true") print("allow_by_bundle_or_sandbox_id: true")
} }