From 1230cb57a4db54ec2c26fa212058b6dda78ac038 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Oct 28 2004 15:22:58 +0000 Subject: Add code to sestatus to output the current policy from config file --- diff --git a/policycoreutils.spec b/policycoreutils.spec index f075823..a19d763 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -1,11 +1,12 @@ Summary: SELinux policy core utilities. Name: policycoreutils Version: 1.17.7 -Release: 2 +Release: 3 License: GPL Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz Patch: policycoreutils-rhat.patch +Patch2: policycoreutils-1.17.6-sestatus.patch Prefix: %{_prefix} BuildRequires: libselinux-devel >= 1.15.3 pam-devel libsepol-devel >= 1.1.1 @@ -33,6 +34,7 @@ context. %prep %setup -q %patch -p1 -b .rhat +%patch2 -p1 -b .sestat %build make CFLAGS="%{optflags}" all @@ -77,6 +79,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Oct 27 2004 Steve Grubb 1.17.7-3 +- Add code to sestatus to output the current policy from config file + * Fri Oct 22 2004 Dan Walsh 1.17.7-2 - Patch audit2allow to return self and no brackets if only one rule