62131e4130
Resolves: #1600694 - Log dbus exception tracebacks at the debug level Resolves: #1623368 - Register a system without a syspurpose.json file Resolves: #1596699 - Handle non-existant rhsm-debug destination (ENT-780) Resolves: #1613968 - DNF product-id plugin can install product cert; ENT-789 Resolves: #1596001 - Change syspurpose import error log level to debug level Resolves: #1602702 - rhsmcertd did not close lock file; ENT-736 (jhnidek@redhat.com) Resolves: #1581445 - ENT-564: rhsm configuration manage_repos is not working on RHEL8
17 lines
529 B
Plaintext
17 lines
529 B
Plaintext
# This seems ok to me
|
|
addFilter('invalid-url')
|
|
|
|
# All yum and dnf plugins seem to hardcode paths
|
|
addFilter("hardcoded-library-path .*lib/yum-plugins/.*")
|
|
addFilter("hardcoded-library-path .*lib/dnf-plugins/.*")
|
|
|
|
# Filter out zypper plugins too!
|
|
addFilter("hardcoded-library-path .*lib/zypp/plugins/.*")
|
|
|
|
# Systemd tmpfiles are in /usr/lib
|
|
addFilter("hardcoded-library-path .*lib/tmpfiles.d/.*")
|
|
|
|
# Ignore failing suse specific checks
|
|
setBadness("suse-dbus-unauthorized-service", 0)
|
|
setBadness("polkit-unauthorized-privilege", 0)
|