github.com/endocode/docker@v1.4.2-0.20160113120958-46eb4700391e/daemon/execdriver/native/seccomp_unsupported.go (about)

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