|
@@ -60,7 +60,7 @@ const (
|
|
LinuxV2RuntimeName = "io.containerd.runc.v2"
|
|
LinuxV2RuntimeName = "io.containerd.runc.v2"
|
|
|
|
|
|
// SeccompProfileDefault is the built-in default seccomp profile.
|
|
// SeccompProfileDefault is the built-in default seccomp profile.
|
|
- SeccompProfileDefault = "default"
|
|
|
|
|
|
+ SeccompProfileDefault = "builtin"
|
|
// SeccompProfileUnconfined is a special profile name for seccomp to use an
|
|
// SeccompProfileUnconfined is a special profile name for seccomp to use an
|
|
// "unconfined" seccomp profile.
|
|
// "unconfined" seccomp profile.
|
|
SeccompProfileUnconfined = "unconfined"
|
|
SeccompProfileUnconfined = "unconfined"
|