Skip to content

Commit 40d9723

Browse files
authored
Merge pull request #47229 from yosshi825/patch-2
Add /sys/devices/virtual/powercap to Masked Paths
2 parents 9ed4ae1 + 28e1d2a commit 40d9723

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tasks/configure-pod-container/security-context.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ them. The list of masked and read-only paths are as follows:
498498
- `/proc/sched_debug`
499499
- `/proc/scsi`
500500
- `/sys/firmware`
501+
- `/sys/devices/virtual/powercap`
501502

502503
- Read-Only Paths:
503504
- `/proc/bus`
@@ -578,4 +579,4 @@ kubectl delete pod security-context-demo-4
578579
* Read about [User Namespaces](/docs/concepts/workloads/pods/user-namespaces/)
579580
for Linux pods.
580581
* [Masked Paths in the OCI Runtime
581-
Specification](https://github.com/opencontainers/runtime-spec/blob/f66aad47309/config-linux.md#masked-paths)
582+
Specification](https://github.com/opencontainers/runtime-spec/blob/f66aad47309/config-linux.md#masked-paths)

0 commit comments

Comments
 (0)