diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-05 16:07:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-05 16:07:42 +0200 |
commit | 8882b7664d225bf7f8efac6ab10e8d583e48c712 (patch) | |
tree | 7b4aaf861b169ac7e9601586449aadbc10024dc8 /docs/source/markdown/podman-build.1.md.in | |
parent | 098c0714e5c2c461c175753eef3dc9d900699be5 (diff) | |
parent | cbaa78cd8af48ca363bd03fce014bc8a2bb41ad9 (diff) | |
download | podman-8882b7664d225bf7f8efac6ab10e8d583e48c712.tar.gz podman-8882b7664d225bf7f8efac6ab10e8d583e48c712.tar.bz2 podman-8882b7664d225bf7f8efac6ab10e8d583e48c712.zip |
Merge pull request #15630 from rhatdan/capabilities
[CI:DOCS] Fix list of default capabilities
Diffstat (limited to 'docs/source/markdown/podman-build.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-build.1.md.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in index 693e0d3b9..5b05cc5c9 100644 --- a/docs/source/markdown/podman-build.1.md.in +++ b/docs/source/markdown/podman-build.1.md.in @@ -156,8 +156,8 @@ more. When executing RUN instructions, run the command specified in the instruction with the specified capability removed from its capability set. -The CAP\_AUDIT\_WRITE, CAP\_CHOWN, CAP\_DAC\_OVERRIDE, CAP\_FOWNER, -CAP\_FSETID, CAP\_KILL, CAP\_MKNOD, CAP\_NET\_BIND\_SERVICE, CAP\_SETFCAP, +The CAP\_CHOWN, CAP\_DAC\_OVERRIDE, CAP\_FOWNER, +CAP\_FSETID, CAP\_KILL, CAP\_NET\_BIND\_SERVICE, CAP\_SETFCAP, CAP\_SETGID, CAP\_SETPCAP, CAP\_SETUID, and CAP\_SYS\_CHROOT capabilities are granted by default; this option can be used to remove them. |