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
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.3
Release: 13%{?dist}
Release: 14%{?dist}
License: GPLv2
Group: System Environment/Base
# Based on git repository with tag 20101221
@ -51,6 +51,7 @@ to switch roles.
%setup -q -a 1
%patch -p1 -b .rhat
%patch1 -p2 -b .setfiles
%patch2 -p2 -b .audit2allow
cp %{SOURCE3} gui/
tar xvf %{SOURCE4}
@ -384,6 +385,11 @@ The policycoreutils-restorecond package contains the restorecond service.
%systemd_postun_with_restart restorecond.service
%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
- Switch back to yum. Need additional fixes to make it working correctly.