Share via


SecurityContextV1.ReadOnlyRootFilesystem Property

Definition

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

Applies to