Files
podman/pkg/machine/ocipull/policy.json
Paul Holzinger bed61806c8 pkg/machine/ocipull: add default policy.json file
So that this file can be inculded in our windows/macos packages and also
by other packagers.
Right now the default policy is allow everything but we plan to add
signing in the future.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-02-27 15:29:59 +01:00

8 lines
92 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
]
}