Skip to content

Commit 4a7785d

Browse files
committed
docs: Update podman build security options
It seems support was added into Buildah for no-new-privileges [1] however the Podman build documentation was not updated. Fixes #25731 [1] containers/buildah@d4c661a Signed-off-by: Lewis Denny <[email protected]>
1 parent b19df2d commit 4a7785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/markdown/options/security-opt.image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ container
1616
- `label=level:LEVEL` : Set the label level for the container processes
1717
- `label=filetype:TYPE` : Set the label file type for the container files
1818
- `label=disable` : Turn off label separation for the container
19-
- `no-new-privileges` : Not supported
19+
- `no-new-privileges` : Disable container processes from gaining additional privileges
2020

2121
- `seccomp=unconfined` : Turn off seccomp confinement for the container
2222
- `seccomp=profile.json` : JSON file to be used as the seccomp filter for the container.

0 commit comments

Comments
 (0)