github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/seccomp-policy.md (about)

     1  ####> This option file is used in:
     2  ####>   podman create, run
     3  ####> If file is edited, make sure the changes
     4  ####> are applicable to all of those.
     5  #### **--seccomp-policy**=*policy*
     6  
     7  Specify the policy to select the seccomp profile. If set to *image*, Podman looks for a "io.containers.seccomp.profile" label in the container-image config and use its value as a seccomp profile. Otherwise, Podman follows the *default* policy by applying the default profile unless specified otherwise via *--security-opt seccomp* as described below.
     8  
     9  Note that this feature is experimental and may change in the future.