Merge pull request #23865 from bcdarwin/23849-manpage-policy-json-paths

podman.1.md: improve policy.json section
This commit is contained in:
openshift-merge-bot[bot] 2024-09-04 21:11:39 +00:00 committed by GitHub
commit 04ad9b6748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -407,9 +407,9 @@ The mounts.conf file specifies volume mount directories that are automatically m
When Podman runs in rootless mode, the file `$HOME/.config/containers/mounts.conf` overrides the default if it exists. For details, see containers-mounts.conf(5).
**policy.json** (`/etc/containers/policy.json`)
**policy.json** (`/etc/containers/policy.json`, `$HOME/.config/containers/policy.json`)
Signature verification policy files are used to specify policy, e.g. trusted keys, applicable when deciding whether to accept an image, or individual signatures of that image, as valid.
Signature verification policy files are used to specify policy, e.g. trusted keys, applicable when deciding whether to accept an image, or individual signatures of that image, as valid. For details, see containers-policy.json(5).
**registries.conf** (`/etc/containers/registries.conf`, `$HOME/.config/containers/registries.conf`)