Signed-off-by: Jessica Frazelle <acidburn@docker.com> Upstream-commit: 94b45310f400310af908a71f63ffcdaa504266de Component: engine
10 lines
152 B
Go
10 lines
152 B
Go
// +build linux,!seccomp
|
|
|
|
package native
|
|
|
|
import "github.com/opencontainers/runc/libcontainer/configs"
|
|
|
|
var (
|
|
defaultSeccompProfile *configs.Seccomp
|
|
)
|