Add code to sestatus to output the current policy from config file

This commit is contained in:
Steve Grubb 2004-10-28 15:22:58 +00:00
parent d855c2dccc
commit 1230cb57a4
1 changed files with 6 additions and 1 deletions

View File

@ -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 <sgrubb@redhat.com> 1.17.7-3
- Add code to sestatus to output the current policy from config file
* Fri Oct 22 2004 Dan Walsh <dwalsh@redhat.com> 1.17.7-2
- Patch audit2allow to return self and no brackets if only one rule