Rules Related To 'abrt'

Component overview

Relevant packages:

Relevant groups:

None

Changelog:

No changes recorded.

Relevant rules:

Rule details

Uninstall abrt-addon-ccpp Package

package_abrt-addon-ccpp_removed

Description

The abrt-addon-ccpp package can be removed with the following command:

$ sudo yum erase abrt-addon-ccpp

Rationale

abrt-addon-ccpp contains hooks for C/C++ crashed programs and abrt's C/C++ analyzer plugin.

Uninstall abrt-addon-kerneloops Package

package_abrt-addon-kerneloops_removed

Description

The abrt-addon-kerneloops package can be removed with the following command:

$ sudo yum erase abrt-addon-kerneloops

Rationale

abrt-addon-kerneloops contains plugins for collecting kernel crash information and reporter plugin which sends this information to a specified server, usually to kerneloops.org.

Uninstall abrt-addon-python Package

package_abrt-addon-python_removed

Description

The abrt-addon-python package can be removed with the following command:

$ sudo yum erase abrt-addon-python

Rationale

abrt-addon-python contains python hook and python analyzer plugin for handling uncaught exceptions in python programs.

Uninstall abrt-cli Package

package_abrt-cli_removed

Description

The abrt-cli package can be removed with the following command:

$ sudo yum erase abrt-cli

Rationale

abrt-cli contains a command line client for controlling abrt daemon over sockets.

Uninstall abrt-libs Package

package_abrt-libs_removed

Description

The abrt-libs package can be removed with the following command:

$ sudo yum erase abrt-libs

Rationale

abrt-libs provides libraries for the ABRT package.

Uninstall abrt-plugin-logger Package

package_abrt-plugin-logger_removed

Description

The abrt-plugin-logger package can be removed with the following command:

$ sudo yum erase abrt-plugin-logger

Rationale

abrt-plugin-logger is an ABRT plugin which writes a report to a specified file.

Uninstall abrt-plugin-rhtsupport Package

package_abrt-plugin-rhtsupport_removed

Description

The abrt-plugin-rhtsupport package can be removed with the following command:

$ sudo yum erase abrt-plugin-rhtsupport

Rationale

abrt-plugin-rhtsupport is a ABRT plugin to report bugs into the Red Hat Support system.

Uninstall abrt-plugin-sosreport Package

package_abrt-plugin-sosreport_removed

Description

The abrt-plugin-sosreport package can be removed with the following command:

$ sudo yum erase abrt-plugin-sosreport

Rationale

abrt-plugin-sosreport provides a plugin to include an sosreport in an ABRT report.

Uninstall abrt-server-info-page Package

package_abrt-server-info-page_removed

Description

The abrt-server-info-page package can be removed with the following command:

$ sudo yum erase abrt-server-info-page

Rationale

abrt-server-info-page provides a web page with summary of ABRT services.

Uninstall Automatic Bug Reporting Tool (abrt)

package_abrt_removed

Description

The Automatic Bug Reporting Tool (abrt) collects and reports crash data when an application crash is detected. Using a variety of plugins, abrt can email crash reports to system administrators, log crash reports to files, or forward crash reports to a centralized issue tracking system such as RHTSupport. The abrt package can be removed with the following command:

$ sudo yum erase abrt

Rationale

Mishandling crash data could expose sensitive information about vulnerabilities in software executing on the system, as well as sensitive information from within a process's address space or registers.

Uninstall python3-abrt-addon Package

package_python3-abrt-addon_removed

Description

The python3-abrt-addon package can be removed with the following command:

$ sudo yum erase python3-abrt-addon

Rationale

python3-abrt-addon contains python hook and python analyzer plugin for handling uncaught exceptions in python programs.

Disable the abrt_anon_write SELinux Boolean

sebool_abrt_anon_write

Description

By default, the SELinux boolean abrt_anon_write is disabled. If this setting is enabled, it should be disabled. To disable the abrt_anon_write SELinux boolean, run the following command:

$ sudo setsebool -P abrt_anon_write off

Rationale

Disable the abrt_handle_event SELinux Boolean

sebool_abrt_handle_event

Description

By default, the SELinux boolean abrt_handle_event is disabled. If this setting is enabled, it should be disabled. To disable the abrt_handle_event SELinux boolean, run the following command:

$ sudo setsebool -P abrt_handle_event off

Rationale

Disable the abrt_upload_watch_anon_write SELinux Boolean

sebool_abrt_upload_watch_anon_write

Description

By default, the SELinux boolean abrt_upload_watch_anon_write is enabled. This setting should be disabled as it allows the Automatic Bug Report Tool (ABRT) to modify public files used for public file transfer services. To disable the abrt_upload_watch_anon_write SELinux boolean, run the following command:

$ sudo setsebool -P abrt_upload_watch_anon_write off

Rationale

Disable Automatic Bug Reporting Tool (abrtd)

service_abrtd_disabled

Description

The Automatic Bug Reporting Tool (abrtd) daemon collects and reports crash data when an application crash is detected. Using a variety of plugins, abrtd can email crash reports to system administrators, log crash reports to files, or forward crash reports to a centralized issue tracking system such as RHTSupport. The abrtd service can be disabled with the following command:

$ sudo systemctl mask --now abrtd.service

Rationale

Mishandling crash data could expose sensitive information about vulnerabilities in software executing on the system, as well as sensitive information from within a process's address space or registers.