Skip to content

Commit

Permalink
Default the policy to insecureAcceptAnything except specific registries
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Oct 17, 2023
1 parent 68442c0 commit 3445744
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions files/usr/etc/containers/policy.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default": [
{
"type": "reject"
"type": "insecureAcceptAnything"
}
],
"transports": {
Expand All @@ -28,46 +28,6 @@
"type": "matchRepository"
}
}
],
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"atomic": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"dir": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"oci": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"tarball": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
Expand Down

0 comments on commit 3445744

Please sign in to comment.