github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/security-opt.image.md (about) 1 ####> This option file is used in: 2 ####> podman build, farm build 3 ####> If file is edited, make sure the changes 4 ####> are applicable to all of those. 5 #### **--security-opt**=*option* 6 7 Security Options 8 9 - `apparmor=unconfined` : Turn off apparmor confinement for the container 10 - `apparmor=alternate-profile` : Set the apparmor confinement profile for the 11 container 12 13 - `label=user:USER` : Set the label user for the container processes 14 - `label=role:ROLE` : Set the label role for the container processes 15 - `label=type:TYPE` : Set the label process type for the container processes 16 - `label=level:LEVEL` : Set the label level for the container processes 17 - `label=filetype:TYPE` : Set the label file type for the container files 18 - `label=disable` : Turn off label separation for the container 19 - `no-new-privileges` : Not supported 20 21 - `seccomp=unconfined` : Turn off seccomp confinement for the container 22 - `seccomp=profile.json` : JSON file to be used as the seccomp filter for the container.