From 4a7785d4df1bad34c77abf601d40b085c90b853d Mon Sep 17 00:00:00 2001 From: Lewis Date: Mon, 31 Mar 2025 11:37:48 +1000 Subject: [PATCH] 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] https://github.com/containers/buildah/commit/d4c661a7746fd8e309bfa0b0b5fd7d13d05846ed Signed-off-by: Lewis Denny --- docs/source/markdown/options/security-opt.image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/options/security-opt.image.md b/docs/source/markdown/options/security-opt.image.md index 5f1acb7676..4c86d9cadd 100644 --- a/docs/source/markdown/options/security-opt.image.md +++ b/docs/source/markdown/options/security-opt.image.md @@ -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.