github.com/portworx/docker@v1.12.1/daemon/selinux_unsupported.go (about) 1 // +build !linux 2 3 package daemon 4 5 func selinuxSetDisabled() { 6 } 7 8 func selinuxFreeLxcContexts(label string) { 9 } 10 11 func selinuxEnabled() bool { 12 return false 13 }