auto-import setroubleshoot-0.17-1 on branch devel from
setroubleshoot-0.17-1.src.rpm
This commit is contained in:
parent
a2ededaf5f
commit
5d9bdca004
@ -1 +1 @@
|
||||
setroubleshoot-0.16.tar.gz
|
||||
setroubleshoot-0.17.tar.gz
|
||||
|
@ -24,6 +24,10 @@ PATH=/sbin:/bin:/usr/bin:/usr/sbin
|
||||
# Source function library.
|
||||
. /etc/init.d/functions
|
||||
|
||||
|
||||
# Silently exit is SELinux is not enabled
|
||||
[ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled || exit 0
|
||||
|
||||
# Check that we are root ... so non-root users stop here
|
||||
test `id -u` = 0 || exit 4
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 0.16
|
||||
Version: 0.17
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
@ -24,7 +24,7 @@ BuildRequires: perl-XML-Parser
|
||||
%define pkglogdir %{_localstatedir}/log/%{name}
|
||||
%define auditlibdir %{_libdir}/audit
|
||||
|
||||
Requires: audit-libs-python
|
||||
Requires: audit-libs-python >= 1.2.5-6
|
||||
Requires: libselinux >= 1.30.15-1
|
||||
Requires: pygtk2 >= 2.9.2
|
||||
Requires: notify-python
|
||||
@ -94,6 +94,46 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/pixmaps/*png
|
||||
|
||||
%changelog
|
||||
|
||||
* Wed Aug 2 2006 Dan Walsh <dwalsh@redhat.com> - 0.17-1
|
||||
- John Dennis <jdennis@redhat.com>
|
||||
|
||||
* add ability fo serialize to/from xml for classes which can
|
||||
inititialized from strings and serialized as strings (e.g. numbers,
|
||||
TimeStamps, etc.)
|
||||
* add count of how many times a signature is reported, the date
|
||||
when first and last reported, add columns for report count and
|
||||
last date count to browser.
|
||||
* checkpoint browser code, list pane and detail pane now working.
|
||||
* add initial support for browser applet, move some functions which
|
||||
kept getting reused to util.py
|
||||
* add reporting of environment to email alert (email alerts still
|
||||
need work)
|
||||
|
||||
- Dan Walsh <dwalsh@redhat.com>
|
||||
|
||||
* Fix disable_trans.py set_boolean call
|
||||
* Complete all boolean plugins except disable
|
||||
* Change interface to use audit unix domain socket
|
||||
|
||||
|
||||
* Mon Jul 28 2006 Dan Walsh <dwalsh@redhat.com> - 0.16-1
|
||||
- John Dennis <jdennis@redhat.com>
|
||||
* modify SetFilter in server to return errors instead of
|
||||
throwing an exception. Default the filter list on each alert display.
|
||||
* minor tweaks to alert queue handling
|
||||
* fix analyze() parameter list in ftp_is_daemon.py plugin
|
||||
* sealert now responds to pending alerts more correctly, it shows
|
||||
how many pending alerts are in the queue, if you filter the pending
|
||||
alert status is updated, the next alert button will advance you
|
||||
to the next alert in the queue
|
||||
* simplify major pieces of sealert by coalescing common code
|
||||
into subroutines.
|
||||
- Dan Walsh <dwalsh@redhat.com>
|
||||
* Complete all boolean plugins except disable
|
||||
* Make Close button work.
|
||||
* Make setroubleshoot_dispatcher exit if it gets an avc about itself
|
||||
|
||||
* Mon Jul 26 2006 Dan Walsh <dwalsh@redhat.com> - 0.15-1
|
||||
- Karl MacMillan
|
||||
* Add generic templating mechanism to Plugin
|
||||
|
Loading…
Reference in New Issue
Block a user