Merged handle unknown policydb flag support from Eric Paris. Adds new
command line options -U {allow, reject, deny} for selecting the flag when a base module or kernel policy is built.
This commit is contained in:
parent
3667d6eef5
commit
5d693896f6
@ -57,3 +57,4 @@ checkpolicy-2.0.0.tgz
|
||||
checkpolicy-2.0.1.tgz
|
||||
checkpolicy-2.0.2.tgz
|
||||
checkpolicy-2.0.3.tgz
|
||||
checkpolicy-2.0.4.tgz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%define libsepolver 2.0.3-1
|
||||
%define libsepolver 2.0.10-1
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 2.0.3
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Development/System
|
||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||
@ -47,6 +47,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man8/checkmodule.8.gz
|
||||
|
||||
%changelog
|
||||
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.4-1
|
||||
* Merged handle unknown policydb flag support from Eric Paris.
|
||||
Adds new command line options -U {allow, reject, deny} for selecting
|
||||
the flag when a base module or kernel policy is built.
|
||||
|
||||
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.3-3
|
||||
- Rebuild for selinux ppc32 issue.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user