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