Merge pull request #25733 from ninja-quokka/update_no_new_priv_docs

docs: Update `podman build` security options
This commit is contained in:
openshift-merge-bot[bot] 2025-03-31 19:01:29 +00:00 committed by GitHub
commit 827dbaefcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ container
- `label=level:LEVEL` : Set the label level for the container processes
- `label=filetype:TYPE` : Set the label file type for the container files
- `label=disable` : Turn off label separation for the container
- `no-new-privileges` : Not supported
- `no-new-privileges` : Disable container processes from gaining additional privileges
- `seccomp=unconfined` : Turn off seccomp confinement for the container
- `seccomp=profile.json` : JSON file to be used as the seccomp filter for the container.