cri-o/lib/config_unsupported.go
Vincent Batts e53b0a055a
lib: abstract out selinux call
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-02-27 16:14:34 -05:00

7 lines
76 B
Go

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