Uninstall libreport-plugin-rhtsupport Package
An XCCDF Rule
Description
The libreport-plugin-rhtsupport
package can be removed with the following command:
$ sudo yum erase libreport-plugin-rhtsupport
Rationale
libreport-plugin-rhtsupport
is a ABRT plugin to report bugs into the
Red Hat Support system.
- ID
- xccdf_org.ssgproject.content_rule_package_libreport-plugin-rhtsupport_removed
- Severity
- Low
- Updated
Remediation - Anaconda Pre-Install Instructions
package --remove=libreport-plugin-rhtsupport
Remediation - Ansible
- name: Ensure libreport-plugin-rhtsupport is removed
package:
name: libreport-plugin-rhtsupport
state: absent
tags:
- DISA-STIG-RHEL-08-040001
Remediation - Puppet
include remove_libreport-plugin-rhtsupport
class remove_libreport-plugin-rhtsupport {
package { 'libreport-plugin-rhtsupport':
ensure => 'purged',
}
Remediation - Shell Script
# CAUTION: This remediation script will remove libreport-plugin-rhtsupport
# from the system, and may remove any packages
# that depend on libreport-plugin-rhtsupport. Execute this
# remediation AFTER testing on a non-production
# system!