1.6.1.4 Ensure SETroubleshoot is not installed (Scored)

Level 2 - Server 

The SETroubleshoot service notifies desktop users of SELinux denials through a user-friendly interface. The service provides important information around configuration errors, unauthorized intrusions, and other potential errors.

The SETroubleshoot service is an unnecessary daemon to have running on a server, especially if X Windows is disabled.

Run the following command and verify setroubleshoot is not installed:

# rpm -q setroubleshoot 
package setroubleshoot is not installed

Run the following command to uninstall setroubleshoot:

# yum remove setroubleshoot