From 70634bf0d9fa9d506052cc764de45d0eac59d3c0 Mon Sep 17 00:00:00 2001 From: Robert Detjens Date: Sat, 26 Aug 2023 08:25:41 -0700 Subject: [PATCH] fix: allow oci-archive and docker-archive formats in default container policy (#103) --- files/usr/etc/containers/policy.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/files/usr/etc/containers/policy.json b/files/usr/etc/containers/policy.json index aca24522..0f0e363f 100644 --- a/files/usr/etc/containers/policy.json +++ b/files/usr/etc/containers/policy.json @@ -70,6 +70,20 @@ } ] }, + "oci-archive": { + "": [ + { + "type": "insecureAcceptAnything" + } + ] + }, + "docker-archive": { + "": [ + { + "type": "insecureAcceptAnything" + } + ] + }, "tarball": { "": [ {