1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/selinux_unsupported.go
Alexander Morozov f9daecc880 Rename daemon/utils_*.go to selinux
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-11-12 15:48:41 -08:00

13 lines
157 B
Go

// +build !linux
package daemon
func selinuxSetDisabled() {
}
func selinuxFreeLxcContexts(label string) {
}
func selinuxEnabled() bool {
return false
}