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:
parent
e1b29265e8
commit
1514cd58b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user