* Wed May 24 2006 James Antill <jantill@redhat.com> 1.30.10-2
- secon fixes for --self-exec etc. - secon change from level => sensitivity, add clearance. - Add mass relabel AUDIT patch, but disable it until kernel problem solved.
This commit is contained in:
parent
780ce9d868
commit
126faf5583
@ -5,11 +5,13 @@
|
||||
Summary: SELinux policy core utilities.
|
||||
Name: policycoreutils
|
||||
Version: 1.30.10
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
Patch: policycoreutils-rhat.patch
|
||||
Patch2: policycoreutils-1.30.10-secon.patch
|
||||
Patch3: policycoreutils-1.30.10-audit-mass-relabel.patch
|
||||
|
||||
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel
|
||||
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
|
||||
@ -37,6 +39,8 @@ context.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
%patch2 -p1 -b .secon
|
||||
#patch3 -p1 -b .amr
|
||||
|
||||
%build
|
||||
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
||||
@ -110,6 +114,11 @@ rm -rf %{buildroot}
|
||||
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
||||
|
||||
%changelog
|
||||
* Wed May 24 2006 James Antill <jantill@redhat.com> 1.30.10-2
|
||||
- secon fixes for --self-exec etc.
|
||||
- secon change from level => sensitivity, add clearance.
|
||||
- Add mass relabel AUDIT patch, but disable it until kernel problem solved.
|
||||
|
||||
* Tue May 24 2006 Dan Walsh <dwalsh@redhat.com> 1.30.10-1
|
||||
- Update to upstream
|
||||
* Merged patch with updates to audit2allow, secon, genhomedircon,
|
||||
|
Loading…
Reference in New Issue
Block a user