SecurityContextV1.ReadOnlyRootFilesystem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the container's filesystem should be configured as read-only. If true, the root filesystem of the container will be mounted as read-only, enhancing security by preventing modifications to the filesystem resources.
[YamlDotNet.Serialization.YamlMember(Alias="readOnlyRootFilesystem")]
public bool? ReadOnlyRootFilesystem { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="readOnlyRootFilesystem")>]
member this.ReadOnlyRootFilesystem : Nullable<bool> with get, set
Public Property ReadOnlyRootFilesystem As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute