SecurityContextV1.SeLinuxOptions Property

Definition

Specifies the SELinux options to be applied to a container. SELinux options provide fine-grained access control for processes within the container, ensuring adherence to mandatory access control (MAC) policies.

[YamlDotNet.Serialization.YamlMember(Alias="seLinuxOptions")]
public Aspire.Hosting.Kubernetes.Resources.SeLinuxOptionsV1? SeLinuxOptions { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="seLinuxOptions")>]
member this.SeLinuxOptions : Aspire.Hosting.Kubernetes.Resources.SeLinuxOptionsV1 with get, set
Public Property SeLinuxOptions As SeLinuxOptionsV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to