Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 3875be9830af55731251cd3d98d71e7fdb73f223 Component: engine
14 lines
157 B
Go
14 lines
157 B
Go
// +build !linux
|
|
|
|
package daemon
|
|
|
|
func selinuxSetDisabled() {
|
|
}
|
|
|
|
func selinuxFreeLxcContexts(label string) {
|
|
}
|
|
|
|
func selinuxEnabled() bool {
|
|
return false
|
|
}
|