1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

SELinux tools command

This commit is contained in:
Josh Curl
2016-02-22 21:35:15 -08:00
parent cd8ab49579
commit d1abe590dd
2 changed files with 58 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ func Main() {
Subcommands: tlsConfCommands(),
},
installCommand,
selinuxCommand(),
}
app.Run(os.Args)