Skip to content
Docs Try Aspire

SeccompProfileV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.2.0-preview.1.26170.3
Represents the seccomp profile configuration for a Kubernetes resource. Seccomp profiles provide additional security by filtering system calls that interact with the Linux kernel, allowing finer control over the system-level operations accessible to the container or process.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class SeccompProfileV1
{
// ...
}