github.com/DaoCloud/dao@v0.0.0-20161212064103-c3dbfd13ee36/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 }