mirror of
https://github.com/containers/podman.git
synced 2025-10-20 12:43:58 +08:00
Merge pull request #25348 from giuseppe/warn-about-using-capabilities
docs: warn about adding capabilities
This commit is contained in:
@ -5,3 +5,15 @@
|
||||
#### **--cap-add**=*capability*
|
||||
|
||||
Add Linux capabilities.
|
||||
|
||||
Granting additional capabilities increases the privileges of the
|
||||
processes running inside the container and potentially allow it to
|
||||
break out of confinement. Capabilities like `CAP_SYS_ADMIN`,
|
||||
`CAP_SYS_PTRACE`, `CAP_MKNOD` and `CAP_SYS_MODULE` are particularly
|
||||
dangerous when they are not used within a user namespace. Please
|
||||
refer to **user_namespaces(7)** for a more detailed explanation of the
|
||||
interaction between user namespaces and capabilities.
|
||||
|
||||
Before adding any capability, review its security implications and
|
||||
ensure it is really necessary for the container’s functionality. See
|
||||
**capabilities(7)** for more information.
|
||||
|
Reference in New Issue
Block a user