Initial commit
This commit is contained in:
13
vendor/github.com/hyperhq/hypercli/daemon/selinux_unsupported.go
generated
vendored
Normal file
13
vendor/github.com/hyperhq/hypercli/daemon/selinux_unsupported.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// +build !linux
|
||||
|
||||
package daemon
|
||||
|
||||
func selinuxSetDisabled() {
|
||||
}
|
||||
|
||||
func selinuxFreeLxcContexts(label string) {
|
||||
}
|
||||
|
||||
func selinuxEnabled() bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user