setroubleshoot-3.3.8-1

- added setroubleshootd_log.log_full=True|False directive
- setroubleshootd_log.level and sealert_log.level can be set to
  different values
- get_alert() and get_all_alerts_since() DBUS APIs change to use
  number of microseconds instead of date string
- setroubleshoot.conf cleanup
This commit is contained in:
Petr Lautrbach 2016-06-02 15:18:33 +02:00
parent 288066f917
commit 3e8751de38
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -191,3 +191,4 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.3.5.tar.gz
/setroubleshoot-3.3.6.tar.gz
/setroubleshoot-3.3.7.tar.gz
/setroubleshoot-3.3.8.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 3.3.7
Version: 3.3.8
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -201,6 +201,14 @@ rm -rf %{buildroot}
%changelog
* Thu Jun 02 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.8-1
- added setroubleshootd_log.log_full=True|False directive
- setroubleshootd_log.level and sealert_log.level can be set to
different values
- get_alert() and get_all_alerts_since() DBUS APIs change to use
number of microseconds instead of date string
- setroubleshoot.conf cleanup
* Wed May 18 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.7-1
- Added new methods to DBUS API:
set_filter(), get_all_alerts_ignored(), delete_alert()

View File

@ -1 +1 @@
5b9053ae9a6111dcd9b0de9502042346 setroubleshoot-3.3.7.tar.gz
31baf04dd1f415bb1d8cedea46cfecdb setroubleshoot-3.3.8.tar.gz