From 6e7cadbc093f782d6c678b7fe2acdae0d26f2539 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Apr 17 2020 14:28:52 +0000 Subject: [PATCH 1/2] setroubleshoot-3.3.23 --- diff --git a/framework/NEWS b/framework/NEWS index e6e79f5..60f1c8e 100644 --- a/framework/NEWS +++ b/framework/NEWS @@ -1,3 +1,27 @@ +setroubleshoot 3.3.23 2020-04-16 + - sepolicy.info() returns a generator, not a list + - Log plugin exception traceback when log level is DEBUG + - Update translations + - Drop old unused files + - Add get_rpm_nvr_by_type() and get_rpm_nvr_by_scontext() + - Export setroubleshoot.utils.get_rpm_nvr_by_scontext via DBUS + - get_rpm_nvr_by_scontext add option to use DBUS method + - Add Local SELinux policy package version to analyses reports + - Report bug on a package which owns the related SELinux domain + - Use pydbus, a modern Python dbus API, for SetroubleshootPrivileged + - Root user doesn't need to use SetroubleshootPrivileged API + - Drop updater.py - it's not used and doesn't work + - sealert: Drop unused import slib.dbus.service + - browser: Do not try to report a bug on None package + - Revert "sepolicy.info() returns a generator, not a list" + - Revert "Fix AVC.__typeMatch to handle aliases properly" + - Make date/time format locale specific + - Do not refer to hardcoded selinux-policy rpm in signature + - Add dpkg support + - setroubleshoot.util: Catch exceptions from sepolicy import + - Improve and unify error messages + - browser: Check return value of Gdk.Screen().get_default() + setroubleshoot 3.3.22 2020-01-02 - sepolicy.info() returns a generator, not a list diff --git a/framework/configure.ac b/framework/configure.ac index 264e093..dbc83c8 100644 --- a/framework/configure.ac +++ b/framework/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([setroubleshoot], [3.3.22], +AC_INIT([setroubleshoot], [3.3.23], [http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=setroubleshoot]) AC_CONFIG_SRCDIR(src/setroubleshoot/__init__.py) From 2f12ca26680c103d9f10e407ff1e844734f4a92c Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Apr 17 2020 14:29:01 +0000 Subject: [PATCH 2/2] setroubleshoot-plugins 3.3.12 --- diff --git a/plugins/NEWS b/plugins/NEWS index 11df9e8..b44182c 100644 --- a/plugins/NEWS +++ b/plugins/NEWS @@ -1,3 +1,8 @@ +setroubleshoot-plugins 3.3.12 2020-04-16 + - Update translations + - Update deprecated type references + - Use get_package_nvr* functions instead of get_rpm_nvr* + setroubleshoot-plugins 3.3.11 2019-11-20 - Add plugin which analyzes execmem denials - Add missing "If " strings