- sedispatch needs to connect to dbus on avc arrival, instead of startup,

since the dbus daemon is not started when sedispatch starts
This commit is contained in:
Daniel J Walsh 2009-02-10 17:28:21 +00:00
parent 8cfa385434
commit b7b623d42e
3 changed files with 8 additions and 2 deletions

View File

@ -6,3 +6,4 @@ setroubleshoot-2.0.11.tar.gz
setroubleshoot-2.0.12.tar.gz setroubleshoot-2.0.12.tar.gz
setroubleshoot-2.1.1.tar.gz setroubleshoot-2.1.1.tar.gz
setroubleshoot-2.1.2.tar.gz setroubleshoot-2.1.2.tar.gz
setroubleshoot-2.1.3.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot Name: setroubleshoot
Version: 2.1.2 Version: 2.1.3
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -185,6 +185,11 @@ rm -rf %{buildroot}
%{_datadir}/dbus-1/system-services/org.fedoraproject.Setroubleshootd.service %{_datadir}/dbus-1/system-services/org.fedoraproject.Setroubleshootd.service
%changelog %changelog
* Tue Feb 10 2009 Dan Walsh <dwalsh@redhat.com> - 2.1.3-1
- sedispatch needs to connect to dbus on avc arrival,
instead of startup, since the dbus daemon is not started
when sedispatch starts
* Wed Jan 21 2009 Dan Walsh <dwalsh@redhat.com> - 2.1.2-1 * Wed Jan 21 2009 Dan Walsh <dwalsh@redhat.com> - 2.1.2-1
- Fixes missing dbus config files - Fixes missing dbus config files

View File

@ -1 +1 @@
6efd77ae82fb3d95f67d0e0f5c73537f setroubleshoot-2.1.2.tar.gz 3fff707cf0f517d84f98abd2054f4b20 setroubleshoot-2.1.3.tar.gz