Merge pull request #227 from yanxuean/tomldefault

Add a default config file
This commit is contained in:
Lantao Liu
2017-09-17 22:38:40 -07:00
committed by GitHub
2 changed files with 24 additions and 4 deletions

View File

@@ -42,6 +42,11 @@ func main() {
os.Exit(0)
}
if o.PrintDefaultConfig {
o.PrintDefaultTomlConfig()
os.Exit(0)
}
if !o.EnableSelinux {
selinux.SetDisabled()
}