From Fedora Project Wiki
Description
This test case tests that ABRT's ability to report crashes only in signed packages works correctly.
How to test
- Edit config file
/etc/abrt/abrt.conf
, where you should find the lines:
[ Common ] # With this option set to "yes", # only crashes in signed packages will be analyzed. # the list of public keys used to check the signature is # in the file gpg_keys OpenGPGCheck = yes
If this is set to no, change it to yes.
- Restart ABRT with the command
su -c service abrtd restart
. - Test crashing programs from Fedora package, from third party packages or your own package.
- Additional GPG keys (for some third party repositories) can be added to
/etc/abrt/gpg_keys
. - Repeat the tests with OpenGPGCheck set to no.
Expected Results
- for yes, ABRT should ignore crashes of programs from unsigned packages.
- for no, ABRT should notice crashes of programs from unsigned packages.