Audit2allow will check for mislabeled files, and tells user to fix the label.

- Also checks for basefiles and suggests creating a different label.
- Patch from Ryan Hallisey
This commit is contained in:
Dan Walsh 2014-11-18 12:30:54 -05:00
parent 40fed64a3a
commit 0b82466d22

View File

@ -7,7 +7,7 @@
Summary: SELinux policy core utilities Summary: SELinux policy core utilities
Name: policycoreutils Name: policycoreutils
Version: 2.3 Version: 2.3
Release: 13%{?dist} Release: 14%{?dist}
License: GPLv2 License: GPLv2
Group: System Environment/Base Group: System Environment/Base
# Based on git repository with tag 20101221 # Based on git repository with tag 20101221
@ -51,6 +51,7 @@ to switch roles.
%setup -q -a 1 %setup -q -a 1
%patch -p1 -b .rhat %patch -p1 -b .rhat
%patch1 -p2 -b .setfiles %patch1 -p2 -b .setfiles
%patch2 -p2 -b .audit2allow
cp %{SOURCE3} gui/ cp %{SOURCE3} gui/
tar xvf %{SOURCE4} tar xvf %{SOURCE4}
@ -384,6 +385,11 @@ The policycoreutils-restorecond package contains the restorecond service.
%systemd_postun_with_restart restorecond.service %systemd_postun_with_restart restorecond.service
%changelog %changelog
* Tue Nov 18 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-14
- Audit2allow will check for mislabeled files, and tells user to fix the label.
- Also checks for basefiles and suggests creating a different label.
- Patch from Ryan Hallisey
* Wed Nov 5 2014 Miroslav Grepl <mgrepl@redhat.com> - 2.3-13 * Wed Nov 5 2014 Miroslav Grepl <mgrepl@redhat.com> - 2.3-13
- Switch back to yum. Need additional fixes to make it working correctly. - Switch back to yum. Need additional fixes to make it working correctly.