Merge pull request #10 from QiWang19/selinux_unsupport

add selinux unsupported
This commit is contained in:
Daniel J Walsh 2019-10-22 21:32:39 -04:00 committed by GitHub
commit 0772db3ba6
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// +build !linux
package config
func selinuxEnabled() bool {
return false
}