aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/seccomp-policy.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/options/seccomp-policy.md')
-rw-r--r--docs/source/markdown/options/seccomp-policy.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/markdown/options/seccomp-policy.md b/docs/source/markdown/options/seccomp-policy.md
new file mode 100644
index 000000000..3b2eb7553
--- /dev/null
+++ b/docs/source/markdown/options/seccomp-policy.md
@@ -0,0 +1,5 @@
+#### **--seccomp-policy**=*policy*
+
+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.