Share via


SeccompProfileV1.LocalhostProfile Property

Definition

Gets or sets the path to a local file that defines the seccomp profile to be applied. This property is used to specify a custom seccomp profile from the local file system.

[YamlDotNet.Serialization.YamlMember(Alias="localhostProfile")]
public string LocalhostProfile { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="localhostProfile")>]
member this.LocalhostProfile : string with get, set
Public Property LocalhostProfile As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to