github.com/ncdc/docker@v0.10.1-0.20160129113957-6c6729ef5b74/profiles/seccomp/seccomp_unsupported.go (about)

     1  // +build linux,!seccomp
     2  
     3  package seccomp
     4  
     5  import "github.com/opencontainers/runc/libcontainer/configs"
     6  
     7  var (
     8  	defaultSeccompProfile *configs.Seccomp
     9  )