Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael) Upstream-commit: 7a8ea91392e0cc97caf2a6edc3b262b33a5b446d Component: engine
10 lines
111 B
Go
10 lines
111 B
Go
// +build !linux
|
|
|
|
package daemon
|
|
|
|
func selinuxSetDisabled() {
|
|
}
|
|
|
|
func selinuxFreeLxcContexts(label string) {
|
|
}
|