SecurityContextV1.SeLinuxOptions 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.
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