summaryrefslogtreecommitdiffstats
path: root/system/podman/policy.json
diff options
context:
space:
mode:
author Vincent Batts2019-10-20 15:19:54 +0200
committer Willy Sudiarto Raharjo2019-10-26 19:36:11 +0200
commit901b4b2f8d539b1a828fa9238c88d3a589065a94 (patch)
treeb66e4b5cc99bb947b12b6deca9c3cbe0164ecb2b /system/podman/policy.json
parent8277b758053faf40489fac757d96b596ebbd69ca (diff)
downloadslackbuilds-901b4b2f8d539b1a828fa9238c88d3a589065a94.tar.gz
system/podman: update to 1.6.2
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'system/podman/policy.json')
-rw-r--r--system/podman/policy.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/podman/policy.json b/system/podman/policy.json
new file mode 100644
index 0000000000..dffc54a626
--- /dev/null
+++ b/system/podman/policy.json
@@ -0,0 +1,14 @@
+{
+ "default": [
+ {
+ "type": "insecureAcceptAnything"
+ }
+ ],
+ "transports":
+ {
+ "docker-daemon":
+ {
+ "": [{"type":"insecureAcceptAnything"}]
+ }
+ }
+}