KnownSeccompDefault enum
Known values of SeccompDefault that the service accepts.
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. |