cdd93563f5
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
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{}
|