Add `/sys/devices/virtual/powercap` to Masked Paths in security-context.md

The document does not reflect the following:
ref https://github.com/kubernetes/kubernetes/pull/125970
pull/47229/head
Shota Yoshimura 2024-07-22 14:50:57 +09:00 committed by GitHub
parent c0a34fbdd5
commit 28e1d2a516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -498,6 +498,7 @@ them. The list of masked and read-only paths are as follows:
- `/proc/sched_debug`
- `/proc/scsi`
- `/sys/firmware`
- `/sys/devices/virtual/powercap`
- Read-Only Paths:
- `/proc/bus`
@ -578,4 +579,4 @@ kubectl delete pod security-context-demo-4
* Read about [User Namespaces](/docs/concepts/workloads/pods/user-namespaces/)
for Linux pods.
* [Masked Paths in the OCI Runtime
Specification](https://github.com/opencontainers/runtime-spec/blob/f66aad47309/config-linux.md#masked-paths)
Specification](https://github.com/opencontainers/runtime-spec/blob/f66aad47309/config-linux.md#masked-paths)