summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-run.1.md
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-03-29 11:45:59 +0200
committerMatthew Heon <mheon@redhat.com>2021-03-29 11:41:58 -0400
commitbe02c8581cd2316bddc3007171f6057c63e95eb2 (patch)
treea1e5645481799b858022af41111247156b153f67 /docs/source/markdown/podman-run.1.md
parent62b49e176f5d10b8c7bfa6e293bb8b2a423db3ea (diff)
downloadpodman-be02c8581cd2316bddc3007171f6057c63e95eb2.tar.gz
podman-be02c8581cd2316bddc3007171f6057c63e95eb2.tar.bz2
podman-be02c8581cd2316bddc3007171f6057c63e95eb2.zip
man pages: correct seccomp-policy label
The implementation uses `io.containers.seccomp.profile` while the docs mentioned `io.podman`. Correct the two references in the docs to reflect the implementation. Fixes: #9853 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-run.1.md')
-rw-r--r--docs/source/markdown/podman-run.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index f61344099..adc0a5ff8 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -873,7 +873,7 @@ for the case where some other process above Podman uses NOTIFY_SOCKET and Podman
#### **--seccomp-policy**=*policy*
-Specify the policy to select the seccomp profile. If set to *image*, Podman will look for a "io.podman.seccomp.profile" label in the container-image config and use its value as a seccomp profile. Otherwise, Podman will follow the *default* policy by applying the default profile unless specified otherwise via *--security-opt seccomp* as described below.
+Specify the policy to select the seccomp profile. If set to *image*, Podman will look for a "io.containers.seccomp.profile" label in the container-image config and use its value as a seccomp profile. Otherwise, Podman will follow the *default* policy by applying the default profile unless specified otherwise via *--security-opt seccomp* as described below.
Note that this feature is experimental and may change in the future.