/etc/abrt/abrt.conf — allows you to modify the behavior of the abrtd service.
/etc/abrt/abrt-action-save-package-data.conf — allows you to modify the behavior of the abrt-action-save-package-data program.
/etc/abrt/plugins/CCpp.conf — allows you to modify the behavior of ABRT's core catching hook.
/etc/abrt/abrt.conf file:
abrtd to auto-unpack crashdump tarball archives (.tar.gz) which are located in the specified directory. In the example above, it is the /var/spool/abrt-upload/ directory. Whichever directory you specify in this directive, you must ensure that it exists and it is writable for abrtd. The ABRT daemon will not create it automatically.
abrt_selinux(8) manual page for more information on running ABRT in SELinux.
setsebool -P abrt_anon_write 1 <size_in_megabytes> 1000 MB. Once the quota specified here has been met, ABRT will continue catching problems, and in order to make room for the new crash dumps, it will delete the oldest and largest ones.
/var/spool/abrt directory. Whichever directory you specify in this directive, you must ensure that it exists and it is writable for abrtd.
abrt_selinux(8) manual page for more information on running ABRT in SELinux.
setsebool -P abrt_anon_write 1 /etc/abrt/abrt-action-save-package-data.conf file:
<yes/no> OpenGPGCheck directive to yes (the default setting) tells ABRT to only analyze and handle crashes in applications provided by packages which are signed by the GPG keys whose locations are listed in the /etc/abrt/gpg_keys file. Setting OpenGPGCheck to no tells ABRT to catch crashes in all programs.
<MORE_PACKAGES> ] BlackList directive will not be handled by ABRT. If you want ABRT to ignore other packages and binaries, list them here separated by commas.
<yes/no> /usr/share/doc/*, */example* /etc/abrt/plugins/CCpp.conf file:
<yes/no> ulimit -c setting allows it. The directive is set to yes by default.
<yes/no>