From 0b82466d229c79a391159430e1d256bb94ea0081 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Tue, 18 Nov 2014 12:30:54 -0500 Subject: [PATCH] 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 --- policycoreutils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index baaeabc..ff072b5 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -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 - 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 - 2.3-13 - Switch back to yum. Need additional fixes to make it working correctly.