github.com/ruphin/docker@v1.10.1/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  )