From dfeb40b52ccad414154d7a0883bfba54369553b8 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Tue, 7 Mar 2023 06:37:55 -0800 Subject: [PATCH] Create policy.json --- podman-update/build/policy.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 podman-update/build/policy.json diff --git a/podman-update/build/policy.json b/podman-update/build/policy.json new file mode 100644 index 0000000..e0b40fb --- /dev/null +++ b/podman-update/build/policy.json @@ -0,0 +1,3 @@ +{ + "default": [{"type": "insecureAcceptAnything"}] +}