Merge pull request #10 from QiWang19/selinux_unsupport
add selinux unsupported
This commit is contained in:
commit
0772db3ba6
|
|
@ -0,0 +1,7 @@
|
||||||
|
// +build !linux
|
||||||
|
|
||||||
|
package config
|
||||||
|
|
||||||
|
func selinuxEnabled() bool {
|
||||||
|
return false
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue