Skip to content

Commit f7a82d5

Browse files
committed
remove noexec option
1 parent e4b86bf commit f7a82d5

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-node/4639-oci-volume-source

1 file changed

+2
-2
lines changed

keps/sig-node/4639-oci-volume-source/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,7 @@ feature cannot be used. Pods using the new `VolumeSource` combined with a not
586586
supported container runtime version will fail to run on the node, because the
587587
`Mount.host_path` field is not set for those mounts.
588588

589-
For security reasons, volume mounts should set the [`noexec`] and `ro`
590-
(read-only) options by default.
589+
For security reasons, `ro` (read-only) options by default.
591590

592591
Note: in the process of mounting images into the container's rootfs, there may need to be intermediate mounts created. This is especially relevant if
593592
the CRI implementation wishes to support one image being mounted with multiple different SELinux labels. If that's done, the CRI implementation is responsible
@@ -884,6 +883,7 @@ in back-to-back releases.
884883
- Allowing time for feedback
885884
- Consider a new `RuntimeConfig` field to indicate to end users if the feature
886885
is supported or not.
886+
- Security Evaluation ensuring robust protection without the `noexec` option
887887

888888
### Upgrade / Downgrade Strategy
889889

0 commit comments

Comments
 (0)