mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
f9daecc880
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
13 lines
157 B
Go
13 lines
157 B
Go
// +build !linux
|
|
|
|
package daemon
|
|
|
|
func selinuxSetDisabled() {
|
|
}
|
|
|
|
func selinuxFreeLxcContexts(label string) {
|
|
}
|
|
|
|
func selinuxEnabled() bool {
|
|
return false
|
|
}
|