- Latest update from NSA
Initialize the source file name from the command line argument so that checkpolicy/checkmodule report something more useful than "unknown source". Merged remove use of REJECT and trailing context in lex rules; make ipv4 address parsing like ipv6 from James Carter.
This commit is contained in:
parent
b3826e5a21
commit
5c3895bc13
@ -58,3 +58,5 @@ checkpolicy-2.0.1.tgz
|
||||
checkpolicy-2.0.2.tgz
|
||||
checkpolicy-2.0.3.tgz
|
||||
checkpolicy-2.0.4.tgz
|
||||
checkpolicy-2.0.5.tgz
|
||||
checkpolicy-2.0.6.tgz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define libsepolver 2.0.10-1
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 2.0.4
|
||||
Version: 2.0.6
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Development/System
|
||||
@ -47,6 +47,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man8/checkmodule.8.gz
|
||||
|
||||
%changelog
|
||||
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.6-1
|
||||
- Latest update from NSA
|
||||
* Initialize the source file name from the command line argument so that checkpolicy/checkmodule report something more useful than "unknown source".
|
||||
* Merged remove use of REJECT and trailing context in lex rules; make ipv4 address parsing like ipv6 from James Carter.
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user