diff options
Diffstat (limited to 'system/podman/policy.json')
-rw-r--r-- | system/podman/policy.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/podman/policy.json b/system/podman/policy.json new file mode 100644 index 0000000000000..dffc54a62647e --- /dev/null +++ b/system/podman/policy.json @@ -0,0 +1,14 @@ +{ + "default": [ + { + "type": "insecureAcceptAnything" + } + ], + "transports": + { + "docker-daemon": + { + "": [{"type":"insecureAcceptAnything"}] + } + } +} |