Fix restorecon plugin to check customizable types
This commit is contained in:
parent
a98349d427
commit
24e6f0aa0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@ setroubleshoot-plugins-2.1.55.tar.gz
|
||||
/setroubleshoot-plugins-3.0.47.tar.gz
|
||||
*.rpm
|
||||
/setroubleshoot-plugins-3.0.48.tar.gz
|
||||
/setroubleshoot-plugins-3.0.49.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Analysis plugins for use with setroubleshoot
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.0.48
|
||||
Version: 3.0.49
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -44,6 +44,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%changelog
|
||||
* Tue Mar 5 2013 Dan Walsh <dwalsh@redhat.com> - 3.0.49-1
|
||||
- Fix restorecon plugin to check customizable types
|
||||
|
||||
* Fri Feb 15 2013 Dan Walsh <dwalsh@redhat.com> - 3.0.48-1
|
||||
- Fix connect_ports and bind_ports to specify semanage command if only 1 port is available rather then to suggest user choices
|
||||
- Update translations
|
||||
@ -217,7 +220,7 @@ Resolves: #575686
|
||||
* Tue Apr 6 2010 <dwalsh@redhat.com> - 2.1.49-1
|
||||
- Update translations
|
||||
|
||||
* Tue Mar 24 2010 <dwalsh@redhat.com> - 2.1.47-1
|
||||
* Wed Mar 24 2010 <dwalsh@redhat.com> - 2.1.47-1
|
||||
- Fix disable_ipv6 and update po
|
||||
|
||||
* Tue Mar 23 2010 <dwalsh@redhat.com> - 2.1.46-1
|
||||
@ -269,16 +272,16 @@ Resolves: #575686
|
||||
- Update-po
|
||||
- Add httpd_write_content plugin
|
||||
|
||||
* Tue Oct 15 2009 <dwalsh@redhat.com> - 2.1.28-1
|
||||
* Thu Oct 15 2009 <dwalsh@redhat.com> - 2.1.28-1
|
||||
- Update-po
|
||||
|
||||
* Tue Oct 13 2009 <dwalsh@redhat.com> - 2.1.27-1
|
||||
- Add vbetool plugin
|
||||
|
||||
* Thu Oct 7 2009 <dwalsh@redhat.com> - 2.1.26-1
|
||||
* Thu Oct 8 2009 <dwalsh@redhat.com> - 2.1.26-1
|
||||
- Add wine plugin
|
||||
|
||||
* Thu Oct 6 2009 <dwalsh@redhat.com> - 2.1.25-1
|
||||
* Thu Oct 8 2009 <dwalsh@redhat.com> - 2.1.25-1
|
||||
- Fix http_can_senmail to look for "sendmail" in command
|
||||
|
||||
* Thu Oct 1 2009 <dwalsh@redhat.com> - 2.1.24-2
|
||||
@ -317,7 +320,7 @@ Resolves: #575686
|
||||
* Tue Aug 18 2009 <dwalsh@redhat.com> - 2.1.14-1
|
||||
- Change priority on mmap_zero to happen after catchall_booleans
|
||||
|
||||
* Thu Aug 11 2009 <dwalsh@redhat.com> - 2.1.13-1
|
||||
* Tue Aug 11 2009 <dwalsh@redhat.com> - 2.1.13-1
|
||||
- Change priority on restorecon and leaks
|
||||
|
||||
* Thu Jul 30 2009 <dwalsh@redhat.com> - 2.1.12-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user