fix default profile where unsupported
@@ -1,4 +1,4 @@
-// +build linux
+// +build linux,seccomp
package native
new file mode 100644
@@ -0,0 +1,9 @@
+// +build linux,!seccomp
+
+package native
+import "github.com/opencontainers/runc/libcontainer/configs"
+var (
+ defaultSeccompProfile *configs.Seccomp
+)