OpenGPGCheck is enabled by default and if it's enabled
crashes in unsigned packages are not handled at all.

Signed-off-by: Richard Marko <rma...@redhat.com>
---
 doc/abrt-action-save-package-data.conf.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/abrt-action-save-package-data.conf.txt 
b/doc/abrt-action-save-package-data.conf.txt
index b377ec7..fdf496c 100644
--- a/doc/abrt-action-save-package-data.conf.txt
+++ b/doc/abrt-action-save-package-data.conf.txt
@@ -15,11 +15,11 @@ The configuration file consists of items in the format 
"Option = Value".
 A description of each item follows:
 
 OpenGPGCheck = 'yes' | 'no'::
-   When set to 'yes', 'abrt' will report crashes only in executables which 
belong
+   When set to 'yes', 'abrt' will handle only crashes in executables which 
belong
    to an installed package with valid GPG signature.
-   The default is 'no'.
+   The default is 'yes'.
    The files containing trusted GPG keys which are used to verify
-   the signatures are listed in the gpg_keys configuration file.
+   the signatures are listed in the gpg_keys.conf configuration file.
 BlackList = 'packageName', 'packageName' ...::
    'abrt' will ignore packages in this list and will not handle their crashes.
 BlackListedPaths = '`/path/to/ignore/*`', '`*/another/ignored/path*`' ...::
-- 
1.8.3.1

Reply via email to