From 0f77363ff575c88ede1dbac3a7de78a77abb1ed2 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Wed, 4 Sep 2024 12:30:55 -0400 Subject: [PATCH] podman.1.md: improve policy.json section Mentions allowed policy.json location in $HOME, and links to further documentation. Fixes: #23849 Signed-off-by: Ben Darwin --- docs/source/markdown/podman.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index ecd1763bf7..892c1924f4 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -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`)