Fix handling of sesearch data
This commit is contained in:
parent
d463db3293
commit
c161aacacb
1
.gitignore
vendored
1
.gitignore
vendored
@ -163,3 +163,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.1.20.tar.gz
|
/setroubleshoot-3.1.20.tar.gz
|
||||||
/setroubleshoot-3.1.21.tar.gz
|
/setroubleshoot-3.1.21.tar.gz
|
||||||
/setroubleshoot-3.2.1.tar.gz
|
/setroubleshoot-3.2.1.tar.gz
|
||||||
|
/setroubleshoot-3.2.2.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.2.1
|
Version: 3.2.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -182,6 +182,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 15 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.2-1
|
||||||
|
- Fix handling of sesearch data
|
||||||
|
|
||||||
* Thu Jan 31 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.1-1
|
* Thu Jan 31 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.1-1
|
||||||
- Remove sesearch from package and start using sepolicy from policycoreutils-python
|
- Remove sesearch from package and start using sepolicy from policycoreutils-python
|
||||||
- Fix retrieval of writable types to translate attributes into the group of types available, and not return non file types.
|
- Fix retrieval of writable types to translate attributes into the group of types available, and not return non file types.
|
||||||
|
Loading…
Reference in New Issue
Block a user