fix: policy.json needs to be in /usr/etc (#607)

This commit is contained in:
RoyalOughtness
2024-11-22 16:06:54 -08:00
committed by GitHub
parent a3b90c83fd
commit 241ba8a93e

View File

@@ -0,0 +1,131 @@
{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"ghcr.io/wayblueorg": [
{
"type": "sigstoreSigned",
"keyPath": "/usr/etc/pki/containers/wayblue.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"ghcr.io/zelikos": [
{
"type": "sigstoreSigned",
"keyPath": "/usr/etc/pki/containers/davincibox.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"ghcr.io/jasonn3": [
{
"type": "sigstoreSigned",
"keyPath": "/usr/etc/pki/containers/build-container-installer.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"registry.access.redhat.com": [
{
"type": "signedBy",
"keyType": "GPGKeys",
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
}
],
"registry.redhat.io": [
{
"type": "signedBy",
"keyType": "GPGKeys",
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
}
],
"quay.io/toolbx-images": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/pki/containers/quay.io-toolbx-images.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"ghcr.io/ublue-os": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/pki/containers/ublue-os.pub",
"signedIdentity": {
"type": "matchRepository"
}
}
],
"": [
{
"type": "reject"
}
]
},
"docker-daemon": {
"": [
{
"type": "reject"
}
]
},
"atomic": {
"": [
{
"type": "reject"
}
]
},
"containers-storage": {
"": [
{
"type": "reject"
}
]
},
"dir": {
"": [
{
"type": "reject"
}
]
},
"oci": {
"": [
{
"type": "reject"
}
]
},
"oci-archive": {
"": [
{
"type": "reject"
}
]
},
"docker-archive": {
"": [
{
"type": "reject"
}
]
},
"tarball": {
"": [
{
"type": "reject"
}
]
}
}
}