diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-08-31 16:09:38 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-01 14:18:00 +0000 |
commit | 7752174d39de809687f5a3ca058e575d4230a8c6 (patch) | |
tree | bb807f8caf459563259573bda5ffa21a3df92716 | |
parent | 9350c4a29efb4f916f6c31be63120fa6f932a199 (diff) | |
download | sos-7752174d39de809687f5a3ca058e575d4230a8c6.tar.gz |
[openssl] verify all packages matching 'openssl.*'
Related: #1079.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/openssl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/openssl.py b/sos/plugins/openssl.py index 33949fb9..df3bd66b 100644 --- a/sos/plugins/openssl.py +++ b/sos/plugins/openssl.py @@ -24,6 +24,7 @@ class OpenSSL(Plugin): plugin_name = "openssl" profiles = ('network', 'security') packages = ('openssl',) + verify_packages = ('openssl.*',) def postproc(self): protect_keys = [ |