60f032f6f5
This reverts commit 4f8e065faf055d3f0463a92622297ca3afac07f4.
10 lines
238 B
Go
10 lines
238 B
Go
// +build !seccomp
|
|
|
|
package container
|
|
|
|
import (
|
|
specs "github.com/opencontainers/runtime-spec/specs-go"
|
|
)
|
|
|
|
// DefaultSeccompProfile defines the whitelist for the default seccomp profile.
|
|
var DefaultSeccompProfile = &specs.LinuxSeccomp{}
|