summaryrefslogtreecommitdiffstats
path: root/debian/etc/containers/policy.json
diff options
context:
space:
mode:
Diffstat (limited to 'debian/etc/containers/policy.json')
-rw-r--r--debian/etc/containers/policy.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/etc/containers/policy.json b/debian/etc/containers/policy.json
new file mode 100644
index 0000000..bb26e57
--- /dev/null
+++ b/debian/etc/containers/policy.json
@@ -0,0 +1,7 @@
+{
+ "default": [
+ {
+ "type": "insecureAcceptAnything"
+ }
+ ]
+}