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:
parent
288066f917
commit
3e8751de38
1
.gitignore
vendored
1
.gitignore
vendored
@ -191,3 +191,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.3.5.tar.gz
|
/setroubleshoot-3.3.5.tar.gz
|
||||||
/setroubleshoot-3.3.6.tar.gz
|
/setroubleshoot-3.3.6.tar.gz
|
||||||
/setroubleshoot-3.3.7.tar.gz
|
/setroubleshoot-3.3.7.tar.gz
|
||||||
|
/setroubleshoot-3.3.8.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.3.7
|
Version: 3.3.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -201,6 +201,14 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 18 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.7-1
|
||||||
- Added new methods to DBUS API:
|
- Added new methods to DBUS API:
|
||||||
set_filter(), get_all_alerts_ignored(), delete_alert()
|
set_filter(), get_all_alerts_ignored(), delete_alert()
|
||||||
|
Loading…
Reference in New Issue
Block a user