github.com/uriddle/docker@v0.0.0-20210926094723-4072e6aeb013/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  )