Share via


KnownSeccompDefault enum

Specifies the default seccomp profile applied to all workloads. If not specified, 'Unconfined' will be used by default.

Fields

RuntimeDefault

The default seccomp profile for container runtime is applied, which restricts certain system calls for enhanced security.

Unconfined

No seccomp profile is applied, allowing all system calls.