Blame SPECS/checkpolicy.spec

9b478f
%define libselinuxver 2.1.13-1
9b478f
%define libsepolver 2.1.9-1
9b478f
Summary: SELinux policy compiler
9b478f
Name: checkpolicy
9b478f
Version: 2.1.12
cfe306
Release: 6%{?dist}
9b478f
License: GPLv2
9b478f
Group: Development/System
9b478f
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
9b478f
Patch: checkpolicy-rhat.patch
9b478f
9b478f
BuildRoot: %{_tmppath}/%{name}-buildroot
9b478f
BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel  >= %{libselinuxver} 
9b478f
9b478f
%description
9b478f
Security-enhanced Linux is a feature of the Linux® kernel and a number
9b478f
of utilities with enhanced security functionality designed to add
9b478f
mandatory access controls to Linux.  The Security-enhanced Linux
9b478f
kernel contains new architectural components originally developed to
9b478f
improve the security of the Flask operating system. These
9b478f
architectural components provide general support for the enforcement
9b478f
of many kinds of mandatory access control policies, including those
9b478f
based on the concepts of Type Enforcement®, Role-based Access
9b478f
Control, and Multi-level Security.
9b478f
9b478f
This package contains checkpolicy, the SELinux policy compiler.  
9b478f
Only required for building policies. 
9b478f
9b478f
%prep
9b478f
%setup -q
9b478f
%patch -p2 -b .rhat
9b478f
9b478f
%build
9b478f
make clean
9b478f
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" 
9b478f
cd test
9b478f
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" 
9b478f
9b478f
%install
9b478f
rm -rf ${RPM_BUILD_ROOT}
9b478f
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
9b478f
make LIBDIR="%{_libdir}" DESTDIR="${RPM_BUILD_ROOT}" install
9b478f
install test/dismod ${RPM_BUILD_ROOT}%{_bindir}/sedismod
9b478f
install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
9b478f
9b478f
%clean
9b478f
rm -rf ${RPM_BUILD_ROOT}
9b478f
9b478f
%files
9b478f
%defattr(-,root,root)
9b478f
%{_bindir}/checkpolicy
9b478f
%{_bindir}/checkmodule
9b478f
%{_mandir}/man8/checkpolicy.8.gz
9b478f
%{_mandir}/man8/checkmodule.8.gz
9b478f
%{_bindir}/sedismod
9b478f
%{_bindir}/sedispol
9b478f
9b478f
%changelog
cfe306
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.1.12-6
cfe306
- Mass rebuild 2014-01-24
cfe306
cfe306
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.1.12-5
cfe306
- Mass rebuild 2013-12-27
cfe306
9b478f
* Tue Jul 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-4
9b478f
- Fix a segmentation fault if the --handle-unknown option was set without
9b478f
arguments.
9b478f
- Thanks to Alexandre Rebert and his team at Carnegie Mellon University
9b478f
for detecting this crash.
9b478f
9b478f
* Tue Mar 19 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-3
9b478f
- ":" should be allowed for file trans names
9b478f
9b478f
* Tue Mar 12 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-2
9b478f
- Space should be allowed for file trans names
9b478f
9b478f
* Thu Feb 7 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-1
9b478f
- Update to upstream 
9b478f
        * Fix errors found by coverity
9b478f
        * implement default type policy syntax
9b478f
        * Free allocated memory when clean up / exit.
9b478f
9b478f
* Sat Jan 5 2013 Dan Walsh <dwalsh@redhat.com> -  2.1.11-3
9b478f
- Update to latest patches from eparis/Upstream
9b478f
-   checkpolicy: libsepol: implement default type policy syntax
9b478f
-   
9b478f
-   We currently have a mechanism in which the default user, role, and range
9b478f
-   can be picked up from the source or the target object.  This implements
9b478f
-   the same thing for types.  The kernel will override this with type
9b478f
-   transition rules and similar.  This is just the default if nothing
9b478f
-   specific is given.
9b478f
    
9b478f
9b478f
* Wed Sep 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-2
9b478f
- Rebuild with fixed libsepol
9b478f
9b478f
* Thu Sep 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-1
9b478f
- Update to upstream 
9b478f
	* fd leak reading policy
9b478f
	* check return code on ebitmap_set_bit
9b478f
9b478f
* Mon Jul 30 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-4
9b478f
- Rebuild to grab latest libsepol
9b478f
9b478f
* Tue Jul 24 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-3
9b478f
- Rebuild to grab latest libsepol
9b478f
9b478f
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.10-2
9b478f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9b478f
9b478f
* Wed Jul 4 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-1
9b478f
- Update to upstream 
9b478f
	* sepolgen: We need to support files that have a + in them
9b478f
	* Android/MacOS X build support
9b478f
9b478f
* Mon Apr 23 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-4
9b478f
- Rebuild to get latest libsepol which fixes the file_name transition problems
9b478f
9b478f
* Tue Apr 17 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-3
9b478f
- Recompile with libsepol that has support for ptrace_child
9b478f
9b478f
* Tue Apr 3 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-2
9b478f
- Allow checkpolicy to use + in a file name
9b478f
9b478f
* Thu Mar 29 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-1
9b478f
- Update to upstream 
9b478f
	* implement new default labeling behaviors for usr, role, range
9b478f
	* Fix dead links to www.nsa.gov/selinux
9b478f
9b478f
* Mon Jan 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-3
9b478f
- Fix man page to link to www.nsa.giv/research/selinux
9b478f
9b478f
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.8-2
9b478f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9b478f
9b478f
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-1
9b478f
-Update to upstream
9b478f
	* add ignoredirs config for genhomedircon
9b478f
	* Fallback_user_level can be NULL if you are not using MLS
9b478f
9b478f
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-3
9b478f
- default_rules should be optional
9b478f
9b478f
* Thu Dec 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-2
9b478f
- Rebuild with latest libsepol
9b478f
9b478f
* Tue Dec 6 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-1
9b478f
- Upgrade to upstream
9b478f
	* dis* fixed signed vs unsigned errors
9b478f
	* dismod: fix unused parameter errors
9b478f
	* test: Makefile: include -W and -Werror
9b478f
	* allow ~ in filename transition rules
9b478f
- Allow policy to specify the source of target for generating the default user,role 
9b478f
- or mls label for a new target.
9b478f
9b478f
* Mon Nov 14 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-2
9b478f
- Allow ~ in a filename 
9b478f
9b478f
* Fri Nov 4 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-1
9b478f
- Upgrade to upstream
9b478f
	* Revert "checkpolicy: Redo filename/filesystem syntax to support filename trans rules"
9b478f
	* drop libsepol dynamic link in checkpolicy
9b478f
9b478f
* Tue Sep 20 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-2
9b478f
- Fix checkpolicy to ignore '"' in filename trans rules
9b478f
9b478f
* Mon Sep 19 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-1
9b478f
-Update to upstream
9b478f
	* Separate tunable from boolean during compile.
9b478f
9b478f
* Tue Aug 30 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-0
9b478f
-Update to upstream
9b478f
	* checkpolicy: fix spacing in output message
9b478f
9b478f
* Thu Aug 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.3-0
9b478f
	* add missing ; to attribute_role_def
9b478f
	*Redo filename/filesystem syntax to support filename trans
9b478f
9b478f
* Wed Aug 3 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.2-0
9b478f
-Update to upstream
9b478f
	* .gitignore changes
9b478f
	* dispol output of role trans
9b478f
	* man page update: build a module with an older policy version
9b478f
9b478f
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.1-0
9b478f
-Update to upstream
9b478f
	* Minor updates to filename trans rule output in dis{mod,pol}
9b478f
9b478f
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.0-1
9b478f
-Update to upstream
9b478f
9b478f
* Mon May 23 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.26-1
9b478f
-Update to upstream
9b478f
	* Wrap file names in filename transitions with quotes by Steve Lawrence.
9b478f
	* Allow filesystem names to start with a digit by James Carter.
9b478f
	* Add support for using the last path compnent in type transitions by Eric
9b478f
9b478f
* Thu Apr 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
9b478f
* Fixes for new role_transition class field by Eric Paris.
9b478f
9b478f
* Fri Apr 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
9b478f
- Add "-" as a file type
9b478f
9b478f
* Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.24-1
9b478f
-Update to upstream
9b478f
	* Add new class field in role_transition by Harry Ciao.
9b478f
9b478f
* Mon Apr 11 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-5
9b478f
- Fix type_transition to allow all files
9b478f
9b478f
* Tue Mar 29 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-4
9b478f
- Patches from Eric Paris 
9b478f
We just use random numbers to make menu selections.  Use #defines and
9b478f
names that make some sense instead.
9b478f
9b478f
This patch adds support for using the last path component as part of the
9b478f
information in making labeling decisions for new objects.  A example
9b478f
rule looks like so:
9b478f
9b478f
type_transition unconfined_t etc_t:file system_conf_t eric;
9b478f
9b478f
This rule says if unconfined_t creates a file in a directory labeled
9b478f
etc_t and the last path component is "eric" (no globbing, no matching
9b478f
magic, just exact strcmp) it should be labeled system_conf_t.
9b478f
9b478f
The kernel and policy representation does not have support for such
9b478f
rules in conditionals, and thus policy explicitly notes that fact if
9b478f
such a rule is added to a conditional.
9b478f
9b478f
9b478f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.23-3
9b478f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9b478f
9b478f
* Wed Jan 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.23-2
9b478f
- Add James Carters Patch
9b478f
  *This patch is needed because some filesystem names (such as 9p) start
9b478f
  with a digit.
9b478f
9b478f
* Tue Dec 21 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.23-1
9b478f
- Latest update from NSA
9b478f
  * Remove unused variables to fix compliation under GCC 4.6 by Justin Mattock
9b478f
9b478f
* Wed Dec 8 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.22-2
9b478f
- Rebuild to make sure it will build in Fedora 
9b478f
9b478f
* Wed Jun 16 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.22-1
9b478f
- Latest update from NSA
9b478f
	* Update checkmodule man page and usage by Daniel Walsh and Steve Lawrence
9b478f
- Allow policy version to be one number
9b478f
9b478f
* Mon May 3 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.21-2
9b478f
- Fix checkmodule man page and usage statements
9b478f
9b478f
* Sun Nov 1 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.21-1
9b478f
- Latest update from NSA
9b478f
	* Add support for building Xen policies from Paul Nuzzi.
9b478f
	* Add long options to checkpolicy and checkmodule by Guido
9b478f
	  Trentalancia <guido@trentalancia.com>
9b478f
9b478f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-3
9b478f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9b478f
9b478f
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.19-2
9b478f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9b478f
9b478f
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.19-1
9b478f
- Latest update from NSA
9b478f
	* Fix alias field in module format, caused by boundary format change
9b478f
	  from Caleb Case.
9b478f
9b478f
* Fri Jan 30 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.18-1
9b478f
- Latest update from NSA
9b478f
	* Properly escape regex symbols in the lexer from Stephen Smalley.
9b478f
	* Add bounds support from KaiGai Kohei.
9b478f
9b478f
* Tue Oct 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-4
9b478f
9b478f
* Mon Jul 7 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-3
9b478f
- Rebuild with new libsepol
9b478f
9b478f
* Wed May 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.16-2
9b478f
- fix license tag
9b478f
9b478f
* Wed May 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-1
9b478f
- Latest update from NSA
9b478f
	* Update checkpolicy for user and role mapping support from Joshua Brindle.
9b478f
9b478f
* Fri May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.15-1
9b478f
- Latest update from NSA
9b478f
	* Fix for policy module versions that look like IPv4 addresses from Jim Carter.
9b478f
	  Resolves bug 444451.
9b478f
9b478f
* Fri May 2 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-2
9b478f
- Allow modules with 4 sections or more
9b478f
9b478f
* Thu Mar 27 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.14-1
9b478f
- Latest update from NSA
9b478f
	* Add permissive domain support from Eric Paris.
9b478f
9b478f
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.13-1
9b478f
- Latest update from NSA
9b478f
	* Split out non-grammar parts of policy_parse.yacc into
9b478f
	  policy_define.c and policy_define.h from Todd C. Miller.
9b478f
	* Initialize struct policy_file before using it, from Todd C. Miller.
9b478f
	* Remove unused define, move variable out of .y file, simplify COND_ERR, from Todd C. Miller.
9b478f
9b478f
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.10-1
9b478f
- Latest update from NSA
9b478f
	* Use yyerror2() where appropriate from Todd C. Miller.
9b478f
- Build against latest libsepol
9b478f
9b478f
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.9-2
9b478f
- Start shipping sedismod and sedispol
9b478f
9b478f
* Mon Feb 4 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.9-1
9b478f
- Latest update from NSA
9b478f
	* Update dispol for libsepol avtab changes from Stephen Smalley.
9b478f
9b478f
* Fri Jan 25 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.8-1
9b478f
- Latest update from NSA
9b478f
	* Deprecate role dominance in parser.
9b478f
9b478f
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-2
9b478f
- Update to use libsepol-static library
9b478f
9b478f
* Fri Jan 11 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.7-1
9b478f
- Latest update from NSA
9b478f
	* Added support for policy capabilities from Todd Miller.
9b478f
9b478f
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.6-1
9b478f
- Latest update from NSA
9b478f
	* Initialize the source file name from the command line argument so that checkpolicy/checkmodule report something more useful than "unknown source".
9b478f
	* Merged remove use of REJECT and trailing context in lex rules; make ipv4 address parsing like ipv6 from James Carter.
9b478f
9b478f
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.4-1
9b478f
	* Merged handle unknown policydb flag support from Eric Paris.
9b478f
	  Adds new command line options -U {allow, reject, deny} for selecting
9b478f
	  the flag when a base module or kernel policy is built.
9b478f
9b478f
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.3-3
9b478f
- Rebuild for selinux ppc32 issue.
9b478f
9b478f
* Mon Jun 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-2
9b478f
- Rebuild with the latest libsepol
9b478f
9b478f
* Sun Jun 17 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.3-1
9b478f
- Latest update from NSA
9b478f
	* Merged fix for segfault on duplicate require of sensitivity from Caleb Case.
9b478f
	* Merged fix for dead URLs in checkpolicy man pages from Dan Walsh.
9b478f
9b478f
* Thu Apr 12 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.2-1
9b478f
- Latest update from NSA
9b478f
	* Merged checkmodule man page fix from Dan Walsh.
9b478f
9b478f
* Fri Mar 30 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-3
9b478f
- Rebuild with new libsepol
9b478f
9b478f
* Wed Mar 28 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-2
9b478f
- Rebuild with new libsepol
9b478f
9b478f
* Mon Nov 20 2006 Dan Walsh <dwalsh@redhat.com> - 2.0.1-1
9b478f
- Latest update from NSA
9b478f
	* Merged patch to allow dots in class identifiers from Caleb Case.
9b478f
9b478f
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 2.0.0-1
9b478f
- Latest update from NSA
9b478f
	* Merged patch to use new libsepol error codes by Karl MacMillan.
9b478f
	* Updated version for stable branch.
9b478f
9b478f
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-2
9b478f
- Rebuild for new libraries
9b478f
9b478f
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-1
9b478f
- Latest update from NSA
9b478f
	* Collapse user identifiers and identifiers together.
9b478f
9b478f
* Tue Oct 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.32-1
9b478f
- Latest update from NSA
9b478f
	* Updated version for release.
9b478f
9b478f
* Thu Sep 28 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.12-1
9b478f
- Latest update from NSA
9b478f
	* Merged user and range_transition support for modules from 
9b478f
	  Darrel Goeddel
9b478f
9b478f
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.11-1
9b478f
- Latest update from NSA
9b478f
	* merged range_transition enhancements and user module format
9b478f
	  changes from Darrel Goeddel
9b478f
	* Merged symtab datum patch from Karl MacMillan.
9b478f
9b478f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.30.9-1.1
9b478f
- rebuild
9b478f
9b478f
* Tue Jul 4 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.8-1
9b478f
- Latest upgrade from NSA
9b478f
	* Lindent.
9b478f
	* Merged patch to remove TE rule conflict checking from the parser
9b478f
	  from Joshua Brindle.  This can only be done properly by the 
9b478f
	  expander.
9b478f
	* Merged patch to make checkpolicy/checkmodule handling of
9b478f
	  duplicate/conflicting TE rules the same as the expander 
9b478f
	  from Joshua Brindle.
9b478f
	* Merged optionals in base take 2 patch set from Joshua Brindle.
9b478f
9b478f
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.5-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged compiler cleanup patch from Karl MacMillan.
9b478f
	* Merged fix warnings patch from Karl MacMillan.	
9b478f
9b478f
* Wed Apr 5 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.4-1
9b478f
- Latest upgrade from NSA
9b478f
	* Changed require_class to reject permissions that have not been
9b478f
	  declared if building a base module.
9b478f
9b478f
* Tue Mar 28 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.3-1
9b478f
- Latest upgrade from NSA
9b478f
	* Fixed checkmodule to call link_modules prior to expand_module
9b478f
	  to handle optionals.
9b478f
	* Fixed require_class to avoid shadowing permissions already defined
9b478f
	  in an inherited common definition.
9b478f
9b478f
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.1-2
9b478f
- Rebuild with new libsepol
9b478f
9b478f
* Thu Mar 23 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.1-1
9b478f
- Latest upgrade from NSA
9b478f
	* Moved processing of role and user require statements to 2nd pass.
9b478f
9b478f
* Fri Mar 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.30-1
9b478f
- Latest upgrade from NSA
9b478f
	* Updated version for release.
9b478f
	* Fixed bug in role dominance (define_role_dom).
9b478f
9b478f
* Fri Feb 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.4-1
9b478f
- Latest upgrade from NSA
9b478f
	* Added a check for failure to declare each sensitivity in
9b478f
	  a level definition.
9b478f
	* Changed to clone level data for aliased sensitivities to
9b478f
	  avoid double free upon sens_destroy.  Bug reported by Kevin
9b478f
	  Carr of Tresys Technology.
9b478f
9b478f
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.2-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged optionals in base patch from Joshua Brindle.
9b478f
9b478f
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> - 1.29.1-1.2
9b478f
- Need to build againi
9b478f
9b478f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.29.1-1.1
9b478f
- bump again for double-long bug on ppc(64)
9b478f
9b478f
* Tue Feb 07 2006 Dan Walsh <dwalsh@redhat.com> 1.29.1-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged sepol_av_to_string patch from Joshua Brindle.
9b478f
9b478f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.28-5.1
9b478f
- rebuilt for new gcc4.1 snapshot and glibc changes
9b478f
9b478f
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.28-5
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.28-5
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 1.28-4
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 1.28-3
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 1.28-2
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
9b478f
- rebuilt
9b478f
9b478f
* Fri Dec 9 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
9b478f
- Latest upgrade from NSA
9b478f
9b478f
* Sun Dec 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.20-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged checkmodule man page from Dan Walsh, and edited it.
9b478f
9b478f
* Thu Dec 1 2005 Dan Walsh <dwalsh@redhat.com> 1.27.19-1
9b478f
- Latest upgrade from NSA
9b478f
	* Added error checking of all ebitmap_set_bit calls for out of
9b478f
	  memory conditions.
9b478f
	* Merged removal of compatibility handling of netlink classes
9b478f
	  (requirement that policies with newer versions include the
9b478f
	   netlink class definitions, remapping of fine-grained netlink
9b478f
	   classes in newer source policies to single netlink class when
9b478f
	   generating older policies) from George Coker.
9b478f
9b478f
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-7
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged dismod fix from Joshua Brindle.
9b478f
9b478f
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.16-1
9b478f
- Latest upgrade from NSA
9b478f
	* Removed obsolete cond_check_type_rules() function and call and 
9b478f
	  cond_optimize_lists() call from checkpolicy.c; these are handled
9b478f
	  during parsing and expansion now.
9b478f
	* Updated calls to expand_module for interface change.
9b478f
	* Changed checkmodule to verify that expand_module succeeds 
9b478f
	  when building base modules.
9b478f
	* Merged module compiler fixes from Joshua Brindle.
9b478f
	* Removed direct calls to hierarchy_check_constraints() and 
9b478f
	  check_assertions() from checkpolicy since they are now called 
9b478f
	  internally by expand_module().
9b478f
9b478f
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.27.11-1
9b478f
- Latest upgrade from NSA
9b478f
	* Updated for changes to sepol policydb_index_others interface.
9b478f
9b478f
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.27.10-1
9b478f
- Latest upgrade from NSA
9b478f
	* Updated for changes to sepol expand_module and link_modules interfaces.
9b478f
* Sat Oct 15 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-2
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged support for require blocks inside conditionals from
9b478f
	Joshua Brindle (Tresys).
9b478f
9b478f
* Wed Oct 12 2005 Karsten Hopp <karsten@redhat.de> 1.27.8-2
9b478f
- add buildrequirement for libselinux-devel for dispol
9b478f
9b478f
* Mon Oct 10 2005 Dan Walsh <dwalsh@redhat.com> 1.27.8-1
9b478f
- Latest upgrade from NSA
9b478f
	* Updated for changes to libsepol.
9b478f
9b478f
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-2
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged several bug fixes from Joshua Brindle (Tresys).
9b478f
9b478f
* Tue Oct 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.6-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged MLS in modules patch from Joshua Brindle (Tresys).
9b478f
9b478f
* Mon Oct 3 2005 Dan Walsh <dwalsh@redhat.com> 1.27.5-2
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.5-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged error handling improvement in checkmodule from Karl MacMillan (Tresys).
9b478f
9b478f
* Tue Sep 27 2005 Dan Walsh <dwalsh@redhat.com> 1.27.4-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged bugfix for dup role transition error messages from
9b478f
	Karl MacMillan (Tresys).
9b478f
9b478f
* Fri Sep 23 2005 Dan Walsh <dwalsh@redhat.com> 1.27.3-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged policyver/modulever patches from Joshua Brindle (Tresys).
9b478f
9b478f
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-2
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-1
9b478f
- Latest upgrade from NSA
9b478f
	* Fixed parse_categories handling of undefined category.
9b478f
9b478f
* Tue Sep 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-2
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Sat Sep 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-1
9b478f
- Latest upgrade from NSA
9b478f
	* Merged bug fix for role dominance handling from Darrel Goeddel (TCS). 
9b478f
* Wed Sep 14 2005 Dan Walsh <dwalsh@redhat.com> 1.26-2
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Mon Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-1
9b478f
- Latest upgrade from NSA
9b478f
	* Updated version for release.
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-3
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Mon Aug 29 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-2
9b478f
- Rebuild to get latest libsepol
9b478f
9b478f
* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.25.12-1
9b478f
- Update to NSA Release
9b478f
	* Fixed handling of validatetrans constraint expressions.
9b478f
	Bug reported by Dan Walsh for checkpolicy -M.
9b478f
9b478f
* Mon Aug 22 2005 Dan Walsh <dwalsh@redhat.com> 1.25.11-2
9b478f
- Fix mls crash
9b478f
9b478f
* Fri Aug 19 2005 Dan Walsh <dwalsh@redhat.com> 1.25.11-1
9b478f
- Update to NSA Release
9b478f
	* Merged use-after-free fix from Serge Hallyn (IBM).  
9b478f
	  Bug found by Coverity.
9b478f
9b478f
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.25.10-1
9b478f
- Update to NSA Release
9b478f
	* Fixed further memory leaks found by valgrind.
9b478f
	* Changed checkpolicy to destroy the policydbs prior to exit
9b478f
	  to allow leak detection.
9b478f
	* Fixed several memory leaks found by valgrind.
9b478f
9b478f
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-3
9b478f
- Rebuild to get latest libsepol changes
9b478f
9b478f
* Sat Aug 13 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-2
9b478f
- Rebuild to get latest libsepol changes
9b478f
9b478f
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.25.8-1
9b478f
- Update to NSA Release
9b478f
	* Updated checkpolicy and dispol for the new avtab format.
9b478f
	  Converted users of ebitmaps to new inline operators.
9b478f
  	  Note:  The binary policy format version has been incremented to 
9b478f
	  version 20 as a result of these changes.  To build a policy
9b478f
	  for a kernel that does not yet include these changes, use
9b478f
	  the -c 19 option to checkpolicy.
9b478f
	* Merged patch to prohibit use of "self" as a type name from Jason Tang (Tresys).
9b478f
	* Merged patch to fix dismod compilation from Joshua Brindle (Tresys).
9b478f
9b478f
* Wed Aug 10 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-1
9b478f
- Update to NSA Release
9b478f
	* Fixed call to hierarchy checking code to pass the right policydb.
9b478f
	* Merged patch to update dismod for the relocation of the
9b478f
	  module read/write code from libsemanage to libsepol, and
9b478f
	  to enable build of test subdirectory from Jason Tang (Tresys).
9b478f
9b478f
* Thu Jul 28 2005 Dan Walsh <dwalsh@redhat.com> 1.25.3-1
9b478f
- Update to NSA Release
9b478f
	* Merged hierarchy check fix from Joshua Brindle (Tresys).
9b478f
9b478f
* Thu Jul 7 2005 Dan Walsh <dwalsh@redhat.com> 1.25.2-1
9b478f
- Update to NSA Release
9b478f
	* Merged loadable module support from Tresys Technology.
9b478f
	* Merged patch to prohibit the use of * and ~ in type sets 
9b478f
	  (other than in neverallow statements) and in role sets
9b478f
	  from Joshua Brindle (Tresys).
9b478f
	* Updated version for release.
9b478f
9b478f
* Fri May 20 2005 Dan Walsh <dwalsh@redhat.com> 1.23-4-1
9b478f
- Update to NSA Release
9b478f
	* Merged cleanup patch from Dan Walsh.
9b478f
9b478f
* Thu May 19 2005 Dan Walsh <dwalsh@redhat.com> 1.23-3-1
9b478f
- Update to NSA Release
9b478f
	* Added sepol_ prefix to Flask types to avoid namespace
9b478f
	  collision with libselinux.
9b478f
9b478f
* Sat May 7 2005 Dan Walsh <dwalsh@redhat.com> 1.23-2-1
9b478f
- Update to NSA Release
9b478f
	* Merged identifier fix from Joshua Brindle (Tresys).
9b478f
9b478f
* Thu Apr 14 2005 Dan Walsh <dwalsh@redhat.com> 1.23,1-1
9b478f
	* Merged hierarchical type/role patch from Tresys Technology.
9b478f
	* Merged MLS fixes from Darrel Goeddel of TCS.
9b478f
9b478f
* Thu Mar 10 2005 Dan Walsh <dwalsh@redhat.com> 1.22-1
9b478f
- Update to NSA Release
9b478f
9b478f
* Tue Mar 1 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-2
9b478f
- Rebuild for FC4
9b478f
9b478f
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-1
9b478f
	* Merged define_user() cleanup patch from Darrel Goeddel (TCS).
9b478f
	* Moved genpolusers utility to libsepol.
9b478f
	* Merged range_transition support from Darrel Goeddel (TCS).
9b478f
9b478f
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.2-1
9b478f
- Latest from NSA
9b478f
	* Changed relabel Makefile target to use restorecon.
9b478f
9b478f
* Mon Feb 7 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-1
9b478f
- Latest from NSA
9b478f
	* Merged enhanced MLS support from Darrel Goeddel (TCS).
9b478f
9b478f
* Fri Jan 7 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-1
9b478f
- Update for version increase at NSA
9b478f
9b478f
* Mon Dec 20 2004 Dan Walsh <dwalsh@redhat.com> 1.19.2-1
9b478f
- Latest from NSA
9b478f
	* Merged typeattribute statement patch from Darrel Goeddel of TCS.
9b478f
	* Changed genpolusers to handle multiple user config files.
9b478f
	* Merged nodecon ordering patch from Chad Hanson of TCS.
9b478f
9b478f
* Thu Nov 11 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
9b478f
- Latest from NSA
9b478f
	* Merged nodecon ordering patch from Chad Hanson of TCS.
9b478f
9b478f
* Thu Nov 4 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-1
9b478f
- Latest from NSA
9b478f
	* MLS build fix.
9b478f
9b478f
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-1
9b478f
- Latest from NSA
9b478f
	* Fixed Makefile dependencies (Chris PeBenito).
9b478f
9b478f
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.4-1
9b478f
- Latest from NSA
9b478f
	* Fixed Makefile dependencies (Chris PeBenito).
9b478f
9b478f
* Sat Sep 4 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-1
9b478f
- Latest from NSA
9b478f
	* Merged fix for role dominance ordering issue from Chad Hanson of TCS.
9b478f
9b478f
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.2-1
9b478f
- Latest from NSA
9b478f
9b478f
* Thu Aug 26 2004 Dan Walsh <dwalsh@redhat.com> 1.16.3-1
9b478f
- Fix NSA package to not include y.tab files.
9b478f
9b478f
* Tue Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.16.2-1
9b478f
- Latest from NSA
9b478f
- Allow port ranges to overlap
9b478f
9b478f
* Sun Aug 22 2004 Dan Walsh <dwalsh@redhat.com> 1.16.1-1
9b478f
- Latest from NSA
9b478f
9b478f
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
9b478f
- Latest from NSA
9b478f
9b478f
* Fri Aug 13 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
9b478f
- Latest from NSA
9b478f
9b478f
* Wed Aug 11 2004 Dan Walsh <dwalsh@redhat.com> 1.15.4-1
9b478f
- Latest from NSA
9b478f
9b478f
* Sat Aug 7 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
9b478f
- Latest from NSA
9b478f
9b478f
* Wed Aug 4 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
9b478f
- Latest from NSA
9b478f
9b478f
* Sat Jul 31 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
9b478f
- Latest from NSA
9b478f
9b478f
* Tue Jul 27 2004 Dan Walsh <dwalsh@redhat.com> 1.14.2-1
9b478f
- Latest from NSA
9b478f
9b478f
* Wed Jun 30 2004 Dan Walsh <dwalsh@redhat.com> 1.14.1-1
9b478f
- Latest from NSA
9b478f
9b478f
* Fri Jun 18 2004 Dan Walsh <dwalsh@redhat.com> 1.12.2-1
9b478f
- Latest from NSA
9b478f
9b478f
* Thu Jun 17 2004 Dan Walsh <dwalsh@redhat.com> 1.12.1-1
9b478f
- Update to latest from NSA
9b478f
9b478f
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.12-1
9b478f
- Update to latest from NSA
9b478f
9b478f
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.10-5
9b478f
- Add nlclass patch
9b478f
9b478f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
9b478f
- rebuilt
9b478f
9b478f
* Fri Jun 4 2004 Dan Walsh <dwalsh@redhat.com> 1.10-3
9b478f
- Add BuildRequires flex
9b478f
9b478f
* Thu Apr 8 2004 Dan Walsh <dwalsh@redhat.com> 1.10-2
9b478f
- Add BuildRequires byacc
9b478f
9b478f
* Thu Apr 8 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1
9b478f
- Upgrade to the latest from NSA
9b478f
9b478f
* Mon Mar 15 2004 Dan Walsh <dwalsh@redhat.com> 1.8-1
9b478f
- Upgrade to the latest from NSA
9b478f
9b478f
* Tue Feb 24 2004 Dan Walsh <dwalsh@redhat.com> 1.6-1
9b478f
- Upgrade to the latest from NSA
9b478f
9b478f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
9b478f
- rebuilt
9b478f
9b478f
* Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 1.4-6
9b478f
- Add typealias patch
9b478f
9b478f
* Tue Jan 20 2004 Dan Walsh <dwalsh@redhat.com> 1.4-5
9b478f
- Update excludetypes with negset-final patch
9b478f
9b478f
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-4
9b478f
- Add excludetypes patch
9b478f
9b478f
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-3
9b478f
- Add Colin Walter's lineno patch
9b478f
9b478f
* Wed Jan 7 2004 Dan Walsh <dwalsh@redhat.com> 1.4-2
9b478f
- Remove check for roles transition
9b478f
9b478f
* Sat Dec 6 2003 Dan Walsh <dwalsh@redhat.com> 1.4-1
9b478f
- upgrade to 1.4
9b478f
9b478f
* Wed Oct 1 2003 Dan Walsh <dwalsh@redhat.com> 1.2-1
9b478f
- upgrade to 1.2
9b478f
9b478f
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 1.1-2
9b478f
- upgrade to 1.1
9b478f
9b478f
* Mon Jun 2 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
9b478f
- Initial version