mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-01 17:01:10 +01:00
docs: fix wrong capability name
It's CAP_SYS_BOOT, not CAP_BOOT. Signed-off-by: Florian Klink <flokli@flokli.de> Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
59d7d9344b
commit
b84277d7dc
@ -9,7 +9,7 @@ Linux defines a set of [process capabilities](https://man7.org/linux/man-pages/m
|
||||
Talos Linux for security reasons restricts any process from gaining the following capabilities:
|
||||
|
||||
* `CAP_SYS_MODULE` (loading kernel modules)
|
||||
* `CAP_BOOT` (rebooting the system)
|
||||
* `CAP_SYS_BOOT` (rebooting the system)
|
||||
|
||||
This means that any process including privileged Kubernetes pods will not be able to get these capabilities.
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ Linux defines a set of [process capabilities](https://man7.org/linux/man-pages/m
|
||||
Talos Linux for security reasons restricts any process from gaining the following capabilities:
|
||||
|
||||
* `CAP_SYS_MODULE` (loading kernel modules)
|
||||
* `CAP_BOOT` (rebooting the system)
|
||||
* `CAP_SYS_BOOT` (rebooting the system)
|
||||
|
||||
This means that any process including privileged Kubernetes pods will not be able to get these capabilities.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user