setroubleshoot-plugins-3.3.5.1-1

- Catch all subprocess exceptions
- Use subprocess.check_output() with a sequence of program arguments
- Fix location of selinuxfs mount point
This commit is contained in:
Petr Lautrbach 2016-06-22 17:23:43 +02:00
parent e1b29265e8
commit 1514cd58b0
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -114,3 +114,4 @@ setroubleshoot-plugins-2.1.55.tar.gz
/setroubleshoot-plugins-3.3.2.tar.gz
/setroubleshoot-plugins-3.3.3.tar.gz
/setroubleshoot-plugins-3.3.4.tar.gz
/setroubleshoot-plugins-3.3.5.1.tar.gz

View File

@ -2,7 +2,7 @@
Summary: Analysis plugins for use with setroubleshoot
Name: setroubleshoot-plugins
Version: 3.3.4
Version: 3.3.5.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -42,6 +42,11 @@ rm -rf %{buildroot}
%{_datadir}/setroubleshoot/plugins
%changelog
* Wed Jun 22 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.5.1-1
- Catch all subprocess exceptions
- Use subprocess.check_output() with a sequence of program arguments
- Fix location of selinuxfs mount point
* Fri May 06 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.4-1
- Suggest my-<command>.pp modules instead of mypol.pp (#1329037)
- Suggest priority 300 for modules created by audit2allow

View File

@ -1 +1 @@
5e7117e7306087c00cf3bd287dce172a setroubleshoot-plugins-3.3.4.tar.gz
e88fd2ccdbbbaf5833dd59895a3e2ad2 setroubleshoot-plugins-3.3.5.1.tar.gz