fix default profile where unsupported

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Upstream-commit: 94b45310f400310af908a71f63ffcdaa504266de
Component: engine
This commit is contained in:
Jessica Frazelle
2015-12-28 20:42:15 -08:00
parent f07bb00458
commit 8002590c16
2 changed files with 10 additions and 1 deletions
@@ -1,4 +1,4 @@
// +build linux
// +build linux,seccomp
package native
@@ -0,0 +1,9 @@
// +build linux,!seccomp
package native
import "github.com/opencontainers/runc/libcontainer/configs"
var (
defaultSeccompProfile *configs.Seccomp
)