cri-o/lib/config_unsupported.go

8 lines
76 B
Go
Raw Normal View History

// +build !linux
package lib
func selinuxEnabled() bool {
return false
}