From 5d9bdca0045d8b8dccc567881ae6214161d1a010 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sun, 6 Aug 2006 00:22:32 +0000 Subject: [PATCH] auto-import setroubleshoot-0.17-1 on branch devel from setroubleshoot-0.17-1.src.rpm --- .cvsignore | 2 +- setroubleshoot.init | 4 ++++ setroubleshoot.spec | 44 ++++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 4 files changed, 48 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 669a16a..0fc152c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-0.16.tar.gz +setroubleshoot-0.17.tar.gz diff --git a/setroubleshoot.init b/setroubleshoot.init index 10abe2d..49a0e81 100755 --- a/setroubleshoot.init +++ b/setroubleshoot.init @@ -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 diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 965d5b2..26ee2e3 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -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 - 0.17-1 +- John Dennis + + * 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 + + * 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 - 0.16-1 +- John Dennis + * 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 + * 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 - 0.15-1 - Karl MacMillan * Add generic templating mechanism to Plugin diff --git a/sources b/sources index 8ca31a0..2c2de2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0fd9b48fb28c7ee9c841fe66abaabe2 setroubleshoot-0.16.tar.gz +63837eef5bd2809e7151d89f74b0ec35 setroubleshoot-0.17.tar.gz