cri-o/cmd/crio/selinux_unsupported.go

10 lines
143 B
Go
Raw Normal View History

// +build !linux
package main
import "github.com/sirupsen/logrus"
func disableSELinux() {
logrus.Infof("there is no selinux to disable")
}