Blame SPECS/libsepol.spec

ad832b
Summary: SELinux binary policy manipulation library 
ad832b
Name: libsepol
ad832b
Version: 2.5
7d0b1d
Release: 10%{?dist}
ad832b
License: LGPLv2+
ad832b
Group: System Environment/Libraries
ad832b
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/libsepol-2.5.tar.gz
7d0b1d
# HEAD bfaa258580f74440ca92d68828ac31f58656f5ef
ad832b
Patch1: libsepol-rhel.patch
ad832b
URL: https://github.com/SELinuxProject/selinux/wiki
ad832b
BuildRequires: flex
ad832b
ad832b
%description
ad832b
Security-enhanced Linux is a feature of the Linux® kernel and a number
ad832b
of utilities with enhanced security functionality designed to add
ad832b
mandatory access controls to Linux.  The Security-enhanced Linux
ad832b
kernel contains new architectural components originally developed to
ad832b
improve the security of the Flask operating system. These
ad832b
architectural components provide general support for the enforcement
ad832b
of many kinds of mandatory access control policies, including those
ad832b
based on the concepts of Type Enforcement®, Role-based Access
ad832b
Control, and Multi-level Security.
ad832b
ad832b
libsepol provides an API for the manipulation of SELinux binary policies.
ad832b
It is used by checkpolicy (the policy compiler) and similar tools, as well
ad832b
as by programs like load_policy that need to perform specific transformations
ad832b
on binary policies such as customizing policy boolean settings.
ad832b
ad832b
%package devel
ad832b
Summary: Header files and libraries used to build policy manipulation tools
ad832b
Group: Development/Libraries
ad832b
Requires: %{name}%{?_isa} = %{version}-%{release}
ad832b
ad832b
%description devel
ad832b
The libsepol-devel package contains the libraries and header files
ad832b
needed for developing applications that manipulate binary policies. 
ad832b
ad832b
%package static
ad832b
Summary: static libraries used to build policy manipulation tools
ad832b
Group: Development/Libraries
ad832b
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
ad832b
ad832b
%description static
ad832b
The libsepol-static package contains the static libraries and header files
ad832b
needed for developing applications that manipulate binary policies. 
ad832b
ad832b
%prep
ad832b
%setup -q -n libsepol-2.5
ad832b
%patch1 -p1 -b .rhel
ad832b
ad832b
# sparc64 is an -fPIC arch, so we need to fix it here
ad832b
%ifarch sparc64
ad832b
sed -i 's/fpic/fPIC/g' src/Makefile
ad832b
%endif
ad832b
ad832b
%build
ad832b
make clean
ad832b
make %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
ad832b
ad832b
%install
ad832b
rm -rf ${RPM_BUILD_ROOT}
ad832b
mkdir -p ${RPM_BUILD_ROOT}/%{_lib} 
ad832b
mkdir -p ${RPM_BUILD_ROOT}/%{_libdir} 
ad832b
mkdir -p ${RPM_BUILD_ROOT}%{_includedir} 
ad832b
mkdir -p ${RPM_BUILD_ROOT}%{_bindir} 
ad832b
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man3
ad832b
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
ad832b
make DESTDIR="${RPM_BUILD_ROOT}" LIBDIR="${RPM_BUILD_ROOT}%{_libdir}" SHLIBDIR="${RPM_BUILD_ROOT}/%{_libdir}" install
ad832b
rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolbools
ad832b
rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolusers
ad832b
rm -f ${RPM_BUILD_ROOT}%{_bindir}/chkcon
ad832b
rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man8
ad832b
ad832b
%clean
ad832b
rm -rf ${RPM_BUILD_ROOT}
ad832b
ad832b
%post
ad832b
/sbin/ldconfig
ad832b
[ -x /sbin/telinit ] && [ -p /dev/initctl ]  && /sbin/telinit U
ad832b
exit 0
ad832b
ad832b
%postun -p /sbin/ldconfig
ad832b
ad832b
%files static
ad832b
%defattr(-,root,root)
ad832b
%{_libdir}/libsepol.a
ad832b
ad832b
%files devel
ad832b
%defattr(-,root,root)
ad832b
%{_libdir}/libsepol.so
ad832b
%{_libdir}/pkgconfig/libsepol.pc
ad832b
%{_includedir}/sepol/*.h
ad832b
%{_mandir}/man3/*.3.gz
ad832b
%dir %{_includedir}/sepol
ad832b
%dir %{_includedir}/sepol/policydb
ad832b
%{_includedir}/sepol/policydb/*.h
ad832b
%dir %{_includedir}/sepol/cil
ad832b
%{_includedir}/sepol/cil/*.h
ad832b
ad832b
%files
ad832b
%defattr(-,root,root)
ad832b
%{!?_licensedir:%global license %%doc}
ad832b
%license COPYING
ad832b
%{_libdir}/libsepol.so.1
ad832b
ad832b
%changelog
7d0b1d
* Wed Jul 25 2018 Vit Mojzis <vmojzis@redhat.com> - 2.5-10
7d0b1d
- Add support for the SCTP portcon keyword (rhbz#1603571)
7d0b1d
7d0b1d
* Mon Apr 30 2018 Vit Mojzis <vmojzis@redhat.com> - 2.5-9
7d0b1d
- Define extended_socket_class policy capability (rhbz#1564775)
7d0b1d
ad832b
* Thu Oct 12 2017 Vit Mojzis <vmojzis@redhat.com> - 2.5-8.1
ad832b
- Define nnp_nosuid_transition policy capability (rhbz#1480519)
ad832b
- use IN6ADDR_ANY_INIT to initialize IPv6 addresses
ad832b
- Allow runtime labeling of ibendports (rhbz#1464489)
ad832b
- Allow runtime labeling of Infiniband Pkeys (rhbz#1464489)
ad832b
- Add IB end port handling to CIL (rhbz#1464489)
ad832b
- Add ibendport ocontext handling (rhbz#1464489)
ad832b
- Add support for ibendportcon labels (rhbz#1464489)
ad832b
- Add Infiniband Pkey handling to CIL (rhbz#1464489)
ad832b
- Add ibpkey ocontext handling (rhbz#1464489)
ad832b
- Add support for ibpkeycon labels (rhbz#1464489)
ad832b
- Remove unused attribute on a used argument from avrule_read() (rhbz#1464489)
ad832b
- Add binary module support for xperms
ad832b
- Add support for converting extended permissions to CIL 
ad832b
ad832b
* Wed Sep 20 2017 Vit Mojzis <vmojzis@redhat.com> - 2.5-7
ad832b
- Define cgroup_seclabel policy capability (rhbz#1493517)
ad832b
- Fix unitialized jmp and invalid dereference
ad832b
ad832b
* Wed Aug 10 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-6
ad832b
- Fix memory leak in expand.c
ad832b
- Fix invalid read when policy file is corrupt
ad832b
- Fix possible use of uninitialized variables
ad832b
ad832b
* Tue Aug 02 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-5
ad832b
- Warn instead of fail if permission is not resolved
ad832b
- Ignore object_r when adding userrole mappings to policydb
ad832b
ad832b
* Tue Jul 12 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-4
ad832b
- Add missing return to sepol_node_query()
ad832b
ad832b
* Mon Jun 27 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-3
ad832b
- Correctly detect unknown classes in sepol_string_to_security_class
ad832b
- Sort object files for deterministic linking order
ad832b
- Fix neverallowxperm checking on attributes
ad832b
- Remove libsepol.map when cleaning
ad832b
- Add high-level language line marking support to CIL
ad832b
- Change logic of bounds checking to match change in kernel
ad832b
- Fix multiple spelling errors
ad832b
- Only apply bounds checking to source types in rules
ad832b
- Fix CIL and not add an attribute as a type in the attr_type_map
ad832b
- Build policy on systems not supporting DCCP protocol
ad832b
- Fix extended permissions neverallow checking
ad832b
- Fix CIL neverallow and bounds checking
ad832b
- Android.mk: Add -D_GNU_SOURCE to common_cflags
ad832b
ad832b
* Mon Apr 11 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-2.1
ad832b
- Fix bug in CIL when resetting classes
ad832b
- Add support for portcon dccp protocol
ad832b
ad832b
* Tue Feb 23 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-1
ad832b
- Update to upstream release 2016-02-23
ad832b
ad832b
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.1.9-3
ad832b
- Mass rebuild 2014-01-24
ad832b
ad832b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.1.9-2
ad832b
- Mass rebuild 2013-12-27
ad832b
ad832b
* Thu Feb 7 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.9-1
ad832b
- Update to upstream 
ad832b
	* filename_trans: use some better sorting to compare and merge
ad832b
	* coverity fixes
ad832b
	* implement default type policy syntax
ad832b
	* Fix memory leak issues found by Klocwork
ad832b
- Add CONTRAINT_NAMES to the kernel 
ad832b
ad832b
* Sun Jan 27 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.8-8
ad832b
- Update to latest patches from eparis/Upstream
ad832b
ad832b
* Fri Jan 25 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.8-7
ad832b
- Update to latest patches from eparis/Upstream
ad832b
ad832b
* Tue Jan 8 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.8-6
ad832b
- Fix libsepol.stack messages in audit2allow/audit2why
ad832b
ad832b
* Fri Jan 4 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.8-5
ad832b
- Update to latest patches from eparis/Upstream
ad832b
ad832b
* Tue Nov 27 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-4
ad832b
- Update Richard Haines patch to show constraint information
ad832b
ad832b
* Mon Nov 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-3
ad832b
- Add sepol_compute_av_reason_buffer patch from Richard Haines
ad832b
ad832b
* Wed Sep 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-2
ad832b
- Revert patch that was attempting to expand filetrans attributes, but is breaking filetrans rules
ad832b
ad832b
* Thu Sep 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.8-1
ad832b
- Update to upstream 
ad832b
	* fix neverallow checking on attributes
ad832b
	* Move context_copy() after switch block in ocontext_copy_*().
ad832b
	* check for missing initial SID labeling statement.
ad832b
	* Add always_check_network policy capability
ad832b
	* role_fix_callback skips out-of-scope roles during expansion.
ad832b
ad832b
* Mon Jul 30 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.7-4
ad832b
- Try new patches
ad832b
ad832b
* Tue Jul 24 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.7-3
ad832b
- Revert patches
ad832b
ad832b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.7-2
ad832b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ad832b
ad832b
* Wed Jul 4 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.7-1
ad832b
- Update to upstream 
ad832b
	* reserve policycapability for redhat testing of ptrace child
ad832b
	* cosmetic changes to make the source easier to read
ad832b
	* prepend instead of append to filename_trans list
ad832b
	* Android/MacOS X build support
ad832b
	* allocate enough space to hold filename in trans rules
ad832b
ad832b
* Mon Apr 23 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.5-3
ad832b
- Fix off by one error that is causing file_name transition rules to be expanded- incorrectly on i686 machines
ad832b
ad832b
* Tue Apr 17 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.5-2
ad832b
- Add support for ptrace_child
ad832b
ad832b
* Thu Mar 29 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.5-1
ad832b
- Update to upstream 
ad832b
  * checkpolicy: implement new default labeling behaviors
ad832b
ad832b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.4-6
ad832b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ad832b
ad832b
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-5
ad832b
- Update to match eparis pool
ad832b
ad832b
* Thu Dec 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-4
ad832b
- Additional fix for default transitioning labeling for semodule
ad832b
ad832b
* Thu Dec 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-3
ad832b
- Add Eparis patch for handling of default transition labeling
ad832b
ad832b
* Mon Dec 5 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-2
ad832b
- Allow policy to specify the source of target for generating the default user,role 
ad832b
- or mls label for a new target.
ad832b
ad832b
* Fri Nov 4 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-1
ad832b
- Update to upstream 
ad832b
	* regenerate .pc on VERSION change
ad832b
	* Move ebitmap_* functions from mcstrans to libsepol
ad832b
	* expand: do filename_trans type comparison on mapped representation
ad832b
ad832b
* Mon Oct 31 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.3-2
ad832b
-The filename_trans code had a bug where duplicate detection was being
ad832b
done between the unmapped type value of a new rule and the type value of
ad832b
rules already in policy.  This meant that duplicates were not being
ad832b
silently dropped and were instead outputting a message that there was a
ad832b
problem.  It made things hard because the message WAS using the mapped
ad832b
type to convert to the string representation, so it didn't look like a
ad832b
dup!
ad832b
ad832b
* Mon Sep 19 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.3-1
ad832b
-Update to upstream
ad832b
	* Skip writing role attributes for policy.X and
ad832b
	* Indicate when boolean is indeed a tunable.
ad832b
	* Separate tunable from boolean during compile.
ad832b
	* Write and read TUNABLE flags in related
ad832b
	* Copy and check the cond_bool_datum_t.flags during link.
ad832b
	* Permanently discard disabled branches of tunables in
ad832b
	* Skip tunable identifier and cond_node_t in expansion.
ad832b
	* Create a new preserve_tunables flag
ad832b
	* Preserve tunables when required by semodule program.
ad832b
	* setools expects expand_module_avrules to be an exported
ad832b
	* tree: default make target to all not
ad832b
ad832b
* Thu Sep 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.2-3
ad832b
- Add patch to handle preserving tunables
ad832b
ad832b
* Thu Sep 1 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.2-2
ad832b
- export expand_module_avrules 
ad832b
ad832b
* Thu Aug 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.2-0
ad832b
- Update to upstream 
ad832b
	* Only call role_fix_callback for base.p_roles during expansion.
ad832b
	* use mapped role number instead of module role number
ad832b
ad832b
* Mon Aug 1 2011 Dan Walsh <dwalsh@redhat.com> 2.1.1-1
ad832b
- Update to upstream 
ad832b
	* Minor fix to reading policy with filename transition rules
ad832b
ad832b
* Wed Jul 27 2011 Dan Walsh <dwalsh@redhat.com> 2.1.0-1
ad832b
- Update to upstream 
ad832b
	* Release, minor version bump
ad832b
ad832b
* Tue May 3 2011 Dan Walsh <dwalsh@redhat.com> 2.0.45-1
ad832b
- Update to upstream 
ad832b
  * Warn if filename_trans rules are dropped by Steve Lawrence.
ad832b
ad832b
* Thu Apr 21 2011 Dan Walsh <dwalsh@redhat.com> 2.0.44-2
ad832b
- Fixes for new role_transition class field by Eric Paris.
ad832b
ad832b
* Thu Apr 14 2011 Dan Walsh <dwalsh@redhat.com> 2.0.44-1
ad832b
-Update to upstream
ad832b
	* Fixes for new role_transition class field by Eric Paris.
ad832b
	* Add libsepol support for filename_trans rules by Eric Paris.
ad832b
ad832b
* Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-3
ad832b
- re-add Erics patch for filename transitions
ad832b
	
ad832b
* Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-1
ad832b
-Update to upstream
ad832b
	* Add new class field in role_transition by Harry Ciao.
ad832b
ad832b
* Tue Mar 29 2011 Dan Walsh <dwalsh@redhat.com> 2.0.42-3
ad832b
- Apply Eparis Patch
ad832b
  This patch add libsepol support for filename_trans rules.  These rules
ad832b
allow on to make labeling decisions for new objects based partially on
ad832b
the last path component.  They are stored in a list.  If we find that
ad832b
the number of rules grows to an significant size I will likely choose to
ad832b
store these in a hash, both in libsepol and in the kernel.  But as long
ad832b
as the number of such rules stays small, this should be good.
ad832b
ad832b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.42-2
ad832b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ad832b
ad832b
* Tue Dec 21 2010 Dan Walsh <dwalsh@redhat.com> 2.0.42-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fix compliation under GCC 4.6 by Justin Mattock
ad832b
ad832b
* Thu Feb 18 2010 Dan Walsh <dwalsh@redhat.com> 2.0.41-3
ad832b
- Fix libsepol.pc file
ad832b
ad832b
* Thu Jan 28 2010 Dan Walsh <dwalsh@redhat.com> 2.0.41-2
ad832b
- Resolve specfile problems
ad832b
Resolves: #555835
ad832b
ad832b
* Wed Nov 18 2009 Dan Walsh <dwalsh@redhat.com> 2.0.41-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed typo in error message from Manoj Srivastava.
ad832b
ad832b
* Mon Nov 2 2009 Dan Walsh <dwalsh@redhat.com> 2.0.40-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Add pkgconfig file from Eamon Walsh.
ad832b
ad832b
* Wed Oct 14 2009 Dan Walsh <dwalsh@redhat.com> 2.0.39-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Add support for building Xen policies from Paul Nuzzi.
ad832b
ad832b
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> 2.0.38-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Check last offset in the module package against the file size.
ad832b
  Reported by Manoj Srivastava for bug filed by Max Kellermann.
ad832b
ad832b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.37-2
ad832b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ad832b
ad832b
* Tue Jul 7 2009 Dan Walsh <dwalsh@redhat.com> 2.0.37-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Add method to check disable dontaudit flag from Christopher Pardy.
ad832b
ad832b
* Wed Mar 25 2009 Dan Walsh <dwalsh@redhat.com> 2.0.36-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fix boolean state smashing from Joshua Brindle.
ad832b
ad832b
* Thu Mar 5 2009 Dan Walsh <dwalsh@redhat.com> 2.0.35-3
ad832b
- Fix license specification to be LGPL instead of GPL
ad832b
ad832b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.35-2
ad832b
ad832b
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> 2.0.35-1
ad832b
- Upgrade to latest from NSA
ad832b
        * Fix alias field in module format, caused by boundary format change
ad832b
          from Caleb Case.
ad832b
ad832b
* Tue Oct 14 2008 Dan Walsh <dwalsh@redhat.com> 2.0.34-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Add bounds support from KaiGai Kohei.
ad832b
  * Fix invalid aliases bug from Joshua Brindle.
ad832b
ad832b
* Tue Sep 30 2008 Dan Walsh <dwalsh@redhat.com> 2.0.33-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Revert patch that removed expand_rule.
ad832b
ad832b
* Mon Jul 7 2008 Dan Walsh <dwalsh@redhat.com> 2.0.32-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Allow require then declare in the source policy from Joshua Brindle.
ad832b
ad832b
* Sun Jun 22 2008 Dan Walsh <dwalsh@redhat.com> 2.0.31-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fix mls_semantic_level_expand() to handle a user require w/o MLS information from Stephen Smalley.
ad832b
ad832b
* Wed Jun 11 2008 Dan Walsh <dwalsh@redhat.com> 2.0.30-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fix endianness bug in the handling of network node addresses from Stephen Smalley.
ad832b
    Only affects big endian platforms.
ad832b
    Bug reported by John Weeks of Sun upon policy mismatch between x86 and sparc.
ad832b
ad832b
* Wed May 28 2008 Dan Walsh <dwalsh@redhat.com> 2.0.29-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merge user and role mapping support from Joshua Brindle.
ad832b
ad832b
* Mon May 19 2008 Dan Walsh <dwalsh@redhat.com> 2.0.28-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fix mls_level_convert() to gracefully handle an empty user declaration/require from Stephen Smalley.
ad832b
  * Belatedly merge test for policy downgrade from Todd Miller.
ad832b
ad832b
* Thu Mar 27 2008 Dan Walsh <dwalsh@redhat.com> 2.0.26-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Add permissive domain support from Eric Paris.
ad832b
ad832b
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> 2.0.25-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Drop unused ->buffer field from struct policy_file.
ad832b
  * Add policy_file_init() initalizer for struct policy_file and use it, from Todd C. Miller.
ad832b
ad832b
ad832b
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> 2.0.23-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Accept "Flask" as an alternate identifier string in kernel policies from Stephen Smalley.
ad832b
  * Add support for open_perms policy capability from Eric Paris.
ad832b
ad832b
* Wed Feb 20 2008 Dan Walsh <dwalsh@redhat.com> 2.0.21-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fix invalid memory allocation in policydb_index_others() from Jason Tang.
ad832b
ad832b
* Mon Feb 4 2008 Dan Walsh <dwalsh@redhat.com> 2.0.20-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Port of Yuichi Nakamura's tune avtab to reduce memory usage patch from the kernel avtab to libsepol from Stephen Smalley.
ad832b
ad832b
* Sat Feb 2 2008 Dan Walsh <dwalsh@redhat.com> 2.0.19-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Add support for consuming avrule_blocks during expansion to reduce
ad832b
    peak memory usage.
ad832b
ad832b
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> 2.0.18-2
ad832b
- Fixed for spec review
ad832b
ad832b
* Fri Jan 11 2008 Dan Walsh <dwalsh@redhat.com> 2.0.18-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Added support for policy capabilities from Todd Miller.
ad832b
  * Prevent generation of policy.18 with MLS enabled from Todd Miller.
ad832b
ad832b
* Mon Dec 10 2007 Dan Walsh <dwalsh@redhat.com> 2.0.16-1
ad832b
- Upgrade to latest from NSA
ad832b
  * print module magic number in hex on mismatch, from Todd Miller.
ad832b
ad832b
* Fri Nov 30 2007 Dan Walsh <dwalsh@redhat.com> 2.0.15-1
ad832b
- Upgrade to latest from NSA
ad832b
  * clarify and reduce neverallow error reporting from Stephen Smalley.
ad832b
ad832b
* Tue Nov 6 2007 Dan Walsh <dwalsh@redhat.com> 2.0.14-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Reject self aliasing at link time from Stephen Smalley.
ad832b
  * Allow handle_unknown in base to be overridden by semanage.conf from Stephen Smalley.
ad832b
  * Fixed bug in require checking from Stephen Smalley.
ad832b
  * Added user hierarchy checking from Todd Miller.  
ad832b
ad832b
* Wed Sep 26 2007 Dan Walsh <dwalsh@redhat.com> 2.0.11-1
ad832b
  * Pass CFLAGS to CC even on link command, per Dennis Gilmore.
ad832b
ad832b
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> 2.0.10-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged support for the handle_unknown policydb flag from Eric Paris.
ad832b
ad832b
* Fri Aug 31 2007 Dan Walsh <dwalsh@redhat.com> 2.0.9-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Moved next_entry and put_entry out-of-line to reduce code size from Ulrich Drepper.
ad832b
  * Fixed module_package_read_offsets bug introduced by the prior patch.
ad832b
ad832b
* Thu Aug 23 2007 Dan Walsh <dwalsh@redhat.com> 2.0.7-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Eliminate unaligned accesses from policy reading code from Stephen Smalley.
ad832b
ad832b
* Mon Aug 20 2007 Dan Walsh <dwalsh@redhat.com> 2.0.6-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Allow dontaudits to be turned off during policy expansion
ad832b
ad832b
ad832b
* Fri Aug 10 2007 Dan Walsh <dwalsh@redhat.com> 2.0.5-1
ad832b
- Upgrade to latest from NSA
ad832b
     * Fix sepol_context_clone to handle a NULL context correctly.
ad832b
          This happens for e.g. semanage_fcontext_set_con(sh, fcontext, NULL)
ad832b
    to set the file context entry to "<<none>>".
ad832b
- Apply patch from Joshua Brindle to disable dontaudit rules
ad832b
ad832b
ad832b
* Thu Jun 21 2007 Dan Walsh <dwalsh@redhat.com> 2.0.4-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged error handling patch from Eamon Walsh.
ad832b
ad832b
* Tue Apr 17 2007 Dan Walsh <dwalsh@redhat.com> 2.0.3-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged add boolmap argument to expand_module_avrules() from Chris PeBenito.
ad832b
ad832b
* Fri Mar 30 2007 Dan Walsh <dwalsh@redhat.com> 2.0.2-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged fix from Karl to remap booleans at expand time to 
ad832b
    avoid holes in the symbol table.
ad832b
ad832b
* Wed Feb 7 2007 Dan Walsh <dwalsh@redhat.com> 2.0.1-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged libsepol segfault fix from Stephen Smalley for when
ad832b
    sensitivities are required but not present in the base.
ad832b
  * Merged patch to add errcodes.h to libsepol by Karl MacMillan.
ad832b
  
ad832b
* Fri Jan 19 2007 Dan Walsh <dwalsh@redhat.com> 1.16.0-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Updated version for stable branch.
ad832b
ad832b
* Tue Dec 12 2006 Adam Jackson <ajax@redhat.com> 1.15.3-1
ad832b
- Add dist tag and rebuild, fixes 6 to 7 upgrades.
ad832b
ad832b
* Tue Nov 28 2006 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged patch to compile wit -fPIC instead of -fpic from
ad832b
    Manoj Srivastava to prevent hitting the global offest table
ad832b
    limit. Patch changed to include libselinux and libsemanage in
ad832b
    addition to libselinux.
ad832b
ad832b
* Wed Nov 1 2006 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged fix from Karl MacMillan for a segfault when linking
ad832b
    non-MLS modules with users in them.
ad832b
ad832b
* Tue Oct 24 2006 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged fix for version comparison that was preventing range
ad832b
    transition rules from being written for a version 5 base policy
ad832b
    from Darrel Goeddel.
ad832b
ad832b
* Tue Oct 17 2006 Dan Walsh <dwalsh@redhat.com> 1.14-1
ad832b
- NSA Released version - Same as previous but changed release number
ad832b
ad832b
* Tue Oct 17 2006 Dan Walsh <dwalsh@redhat.com> 1.12.28-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Build libsepol's static object files with -fpic
ad832b
ad832b
* Thu Sep 28 2006 Dan Walsh <dwalsh@redhat.com> 1.12.27-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged mls user and range_transition support in modules
ad832b
    from Darrel Goeddel
ad832b
ad832b
* Wed Sep 6 2006 Dan Walsh <dwalsh@redhat.com> 1.12.26-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged range transition enhancements and user format changes
ad832b
    Darrel Goeddel
ad832b
ad832b
* Fri Aug 25 2006 Dan Walsh <dwalsh@redhat.com> 1.12.25-3
ad832b
- Fix location of include directory to devel package
ad832b
ad832b
* Fri Aug 25 2006 Dan Walsh <dwalsh@redhat.com> 1.12.25-2
ad832b
- Remove invalid Requires 
ad832b
ad832b
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> 1.12.25-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged conditionally expand neverallows patch from Jeremy Mowery.
ad832b
  * Merged refactor expander patch from Jeremy Mowery.
ad832b
ad832b
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 1.12.24-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged libsepol unit tests from Joshua Brindle.
ad832b
  * Merged symtab datum patch from Karl MacMillan.
ad832b
  * Merged netfilter contexts support from Chris PeBenito.
ad832b
ad832b
* Tue Aug 1 2006 Dan Walsh <dwalsh@redhat.com> 1.12.21-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged helpful hierarchy check errors patch from Joshua Brindle.
ad832b
  * Merged semodule_deps patch from Karl MacMillan.
ad832b
    This adds source module names to the avrule decls.
ad832b
ad832b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.12.19-1.1
ad832b
- rebuild
ad832b
ad832b
* Tue Jul 4 2006 Dan Walsh <dwalsh@redhat.com> 1.12.19-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Lindent.
ad832b
  * Merged optionals in base take 2 patch set from Joshua Brindle.
ad832b
ad832b
* Tue Jun 13 2006 Bill Nottingham <notting@redhat.com> 1.12.17-2
ad832b
- bump so it's newer than the FC5 version
ad832b
ad832b
* Mon Jun 5 2006 Dan Walsh <dwalsh@redhat.com> 1.12.17-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Revert 1.12.16.
ad832b
  * Merged cleaner fix for bool_ids overflow from Karl MacMillan,
ad832b
    replacing the prior patch.
ad832b
  * Merged fixes for several memory leaks in the error paths during
ad832b
    policy read from Serge Hallyn.
ad832b
ad832b
* Tue May 30 2006 Dan Walsh <dwalsh@redhat.com> 1.12.14-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed bool_ids overflow bug in cond_node_find and cond_copy_list,
ad832b
    based on bug report and suggested fix by Cedric Roux.
ad832b
  * Merged sens_copy_callback, check_role_hierarchy_callback,
ad832b
    and node_from_record fixes from Serge Hallyn.
ad832b
ad832b
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> 1.12.12-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Added sepol_policydb_compat_net() interface for testing whether
ad832b
    a policy requires the compatibility support for network checks
ad832b
    to be enabled in the kernel.
ad832b
ad832b
* Thu May 18 2006 Dan Walsh <dwalsh@redhat.com> 1.12.11-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged patch to initialize sym_val_to_name arrays from Kevin Carr.
ad832b
    Reworked to use calloc in the first place, and converted some other
ad832b
    malloc/memset pairs to calloc calls.
ad832b
ad832b
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 1.12.10-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged patch to revert role/user decl upgrade from Karl MacMillan.
ad832b
ad832b
* Thu May 11 2006 Steve Grubb <sgrubb@redhat.com> 1.12.9
ad832b
- Couple minor spec file clean ups
ad832b
ad832b
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 1.12.9-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Dropped tests from all Makefile target.
ad832b
  * Merged fix warnings patch from Karl MacMillan.
ad832b
  * Merged libsepol test framework patch from Karl MacMillan.
ad832b
ad832b
* Mon May 1 2006 Dan Walsh <dwalsh@redhat.com> 1.12.6-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed cond_normalize to traverse the entire cond list at link time.
ad832b
ad832b
* Wed Apr 5 2006 Dan Walsh <dwalsh@redhat.com> 1.12.5-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged fix for leak of optional package sections from Ivan Gyurdiev.
ad832b
ad832b
* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> 1.12.4-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Generalize test for bitmap overflow in ebitmap_set_bit.
ad832b
ad832b
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> 1.12.3-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed attr_convert_callback and expand_convert_type_set
ad832b
    typemap bug.
ad832b
ad832b
* Fri Mar 24 2006 Dan Walsh <dwalsh@redhat.com> 1.12.2-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed avrule_block_write num_decls endian bug.
ad832b
ad832b
* Fri Mar 17 2006 Dan Walsh <dwalsh@redhat.com> 1.12.1-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed sepol_module_package_write buffer overflow bug.
ad832b
ad832b
* Fri Mar 10 2006 Dan Walsh <dwalsh@redhat.com> 1.12-2
ad832b
- Upgrade to latest from NSA
ad832b
  * Updated version for release.
ad832b
  * Merged cond_evaluate_expr fix from Serge Hallyn (IBM).
ad832b
  * Fixed bug in copy_avrule_list reported by Ivan Gyurdiev.
ad832b
  * Merged sepol_policydb_mls_enabled interface and error handling
ad832b
    changes from Ivan Gyurdiev.
ad832b
ad832b
* Mon Feb 20 2006 Dan Walsh <dwalsh@redhat.com> 1.11.18-2
ad832b
- Rebuild for fc5-head
ad832b
ad832b
* Fri Feb 17 2006 Dan Walsh <dwalsh@redhat.com> 1.11.18-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged node_expand_addr bugfix and node_compare* change from
ad832b
    Ivan Gyurdiev.
ad832b
ad832b
* Thu Feb 16 2006 Dan Walsh <dwalsh@redhat.com> 1.11.17-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged nodes, ports: always prepend patch from Ivan Gyurdiev.
ad832b
  * Merged bug fix patch from Ivan Gyurdiev.
ad832b
  * Added a defined flag to level_datum_t for use by checkpolicy.
ad832b
  * Merged nodecon support patch from Ivan Gyurdiev.
ad832b
  * Merged cleanups patch from Ivan Gyurdiev.  
ad832b
ad832b
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> 1.11.14-2
ad832b
- Fix post install not to fire if /dev/initctr does not exist
ad832b
ad832b
* Mon Feb 13 2006 Dan Walsh <dwalsh@redhat.com> 1.11.14-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged optionals in base patch from Joshua Brindle.
ad832b
ad832b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.11.13-1.1
ad832b
- bump again for double-long bug on ppc(64)
ad832b
ad832b
* Tue Feb 7 2006 Dan Walsh <dwalsh@redhat.com> 1.11.13-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged seuser/user_extra support patch from Joshua Brindle.
ad832b
  * Merged fix patch from Ivan Gyurdiev.
ad832b
ad832b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.11.12-1.1
ad832b
- rebuilt for new gcc4.1 snapshot and glibc changes
ad832b
ad832b
* Thu Feb 2 2006 Dan Walsh <dwalsh@redhat.com> 1.11.12-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged assertion copying bugfix from Joshua Brindle.
ad832b
  * Merged sepol_av_to_string patch from Joshua Brindle.
ad832b
  * Merged clone record on set_con patch from Ivan Gyurdiev.  
ad832b
ad832b
* Mon Jan 30 2006 Dan Walsh <dwalsh@redhat.com> 1.11.10-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged cond_expr mapping and package section count bug fixes
ad832b
    from Joshua Brindle.
ad832b
  * Merged improve port/fcontext API patch from Ivan Gyurdiev.  
ad832b
  * Merged fixes for overflow bugs on 64-bit from Ivan Gyurdiev.
ad832b
ad832b
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.11.9-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged size_t -> unsigned int patch from Ivan Gyurdiev.
ad832b
ad832b
* Tue Jan 10 2006 Dan Walsh <dwalsh@redhat.com> 1.11.8-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged 2nd const in APIs patch from Ivan Gyurdiev.
ad832b
ad832b
* Fri Jan 6 2006 Dan Walsh <dwalsh@redhat.com> 1.11.7-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged const in APIs patch from Ivan Gyurdiev.
ad832b
  * Merged compare2 function patch from Ivan Gyurdiev.
ad832b
  * Fixed hierarchy checker to only check allow rules.
ad832b
ad832b
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 1.11.5-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged further fixes from Russell Coker, specifically:
ad832b
    - av_to_string overflow checking
ad832b
    - sepol_context_to_string error handling
ad832b
    - hierarchy checking memory leak fixes and optimizations
ad832b
    - avrule_block_read variable initialization
ad832b
  * Marked deprecated code in genbools and genusers.
ad832b
ad832b
* Thu Jan 5 2006 Dan Walsh <dwalsh@redhat.com> 1.11.4-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged bugfix for sepol_port_modify from Russell Coker.
ad832b
  * Fixed bug in sepol_iface_modify error path noted by Ivan Gyurdiev.
ad832b
  * Merged port ordering patch from Ivan Gyurdiev.
ad832b
ad832b
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 1.11.2-2
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged patch series from Ivan Gyurdiev.
ad832b
    This includes patches to:
ad832b
    - support ordering of records in compare function
ad832b
    - enable port interfaces
ad832b
    - add interfaces for context validity and range checks
ad832b
    - add include guards
ad832b
ad832b
* Tue Dec 27 2005 Dan Walsh <dwalsh@redhat.com> 1.11.1-2
ad832b
- Add Ivans patch to make ports work
ad832b
ad832b
* Fri Dec 16 2005 Dan Walsh <dwalsh@redhat.com> 1.11.1-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed mls_range_cpy bug.
ad832b
ad832b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ad832b
- rebuilt
ad832b
ad832b
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 1.10-1
ad832b
- Upgrade to latest from NSA
ad832b
ad832b
* Mon Dec 5 2005 Dan Walsh <dwalsh@redhat.com> 1.9.42-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Dropped handle from user_del_role interface.  
ad832b
ad832b
* Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.9.41-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged remove defrole from sepol patch from Ivan Gyurdiev.
ad832b
ad832b
* Wed Nov 16 2005 Dan Walsh <dwalsh@redhat.com> 1.9.40-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged module function and map file cleanup from Ivan Gyurdiev.
ad832b
  * Merged MLS and genusers cleanups from Ivan Gyurdiev.
ad832b
ad832b
* Wed Nov 9 2005 Dan Walsh <dwalsh@redhat.com> 1.9.39-1
ad832b
- Upgrade to latest from NSA
ad832b
  Prepare for removal of booleans* and *.users files.
ad832b
  * Cleaned up sepol_genbools to not regenerate the image if
ad832b
    there were no changes in the boolean values, including the
ad832b
    degenerate case where there are no booleans or booleans.local
ad832b
    files.
ad832b
  * Cleaned up sepol_genusers to not warn on missing local.users.
ad832b
  
ad832b
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.9.38-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Removed sepol_port_* from libsepol.map, as the port interfaces
ad832b
    are not yet stable.
ad832b
ad832b
* Mon Nov 7 2005 Dan Walsh <dwalsh@redhat.com> 1.9.37-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged context destroy cleanup patch from Ivan Gyurdiev.
ad832b
ad832b
* Thu Nov 3 2005 Dan Walsh <dwalsh@redhat.com> 1.9.36-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged context_to_string interface change patch from Ivan Gyurdiev.
ad832b
ad832b
* Thu Nov 3 2005 Dan Walsh <dwalsh@redhat.com> 1.9.35-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Added src/dso.h and src/*_internal.h.
ad832b
    Added hidden_def for exported symbols used within libsepol.
ad832b
    Added hidden for symbols that should not be exported by
ad832b
    the wildcards in libsepol.map.
ad832b
ad832b
* Mon Oct 31 2005 Dan Walsh <dwalsh@redhat.com> 1.9.34-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged record interface, record bugfix, and set_roles patches 
ad832b
    from Ivan Gyurdiev.
ad832b
ad832b
* Fri Oct 28 2005 Dan Walsh <dwalsh@redhat.com> 1.9.33-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged count specification change from Ivan Gyurdiev.  
ad832b
ad832b
* Wed Oct 26 2005 Dan Walsh <dwalsh@redhat.com> 1.9.32-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Added further checking and error reporting to 
ad832b
    sepol_module_package_read and _info.
ad832b
  * Merged sepol handle passing, DEBUG conversion, and memory leak
ad832b
    fix patches from Ivan Gyurdiev.
ad832b
ad832b
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.9.30-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Removed processing of system.users from sepol_genusers and
ad832b
    dropped delusers logic.
ad832b
  * Removed policydb_destroy from error path of policydb_read,
ad832b
    since create/init/destroy/free of policydb is handled by the
ad832b
    caller now.
ad832b
  * Fixed sepol_module_package_read to handle a failed policydb_read
ad832b
    properly.
ad832b
  * Merged query/exists and count patches from Ivan Gyurdiev.
ad832b
  * Merged fix for pruned types in expand code from Joshua Brindle.
ad832b
  * Merged new module package format code from Joshua Brindle.
ad832b
ad832b
ad832b
* Mon Oct 24 2005 Dan Walsh <dwalsh@redhat.com> 1.9.26-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged context interface cleanup, record conversion code, 
ad832b
    key passing, and bug fix patches from Ivan Gyurdiev.               
ad832b
ad832b
* Fri Oct 21 2005 Dan Walsh <dwalsh@redhat.com> 1.9.25-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged users cleanup patch from Ivan Gyurdiev.
ad832b
  * Merged user record memory leak fix from Ivan Gyurdiev.
ad832b
  * Merged reorganize users patch from Ivan Gyurdiev.
ad832b
ad832b
- Need to check for /sbin/telinit
ad832b
ad832b
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.23-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Added check flag to expand_module() to control assertion
ad832b
    and hierarchy checking on expansion.
ad832b
  * Reworked check_assertions() and hierarchy_check_constraints()
ad832b
    to take handles and use callback-based error reporting.
ad832b
  * Changed expand_module() to call check_assertions() and 
ad832b
    hierarchy_check_constraints() prior to returning the expanded
ad832b
    policy.
ad832b
ad832b
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.21-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Changed sepol_module_package_set_file_contexts to copy the
ad832b
    file contexts data since it is internally managed.
ad832b
  * Added sepol_policy_file_set_handle interface to associate
ad832b
    a handle with a policy file.
ad832b
  * Added handle argument to policydb_from_image/to_image.
ad832b
  * Added sepol_module_package_set_file_contexts interface.
ad832b
  * Dropped sepol_module_package_create_file interface.
ad832b
  * Reworked policydb_read/write, policydb_from_image/to_image, 
ad832b
    and sepol_module_package_read/write to use callback-based error
ad832b
    reporting system rather than DEBUG.  
ad832b
ad832b
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.9.19-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Reworked link_packages, link_modules, and expand_module to use
ad832b
  callback-based error reporting system rather than error buffering.
ad832b
ad832b
* Sat Oct 15 2005 Dan Walsh <dwalsh@redhat.com> 1.9.18-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged conditional expression mapping fix in the module linking
ad832b
  code from Joshua Brindle.
ad832b
ad832b
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 1.9.17-2
ad832b
- Tell init to reexec itself in post script
ad832b
ad832b
* Mon Oct 10 2005 Dan Walsh <dwalsh@redhat.com> 1.9.17-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Hid sepol_module_package type definition, and added get interfaces.
ad832b
  * Merged new callback-based error reporting system from Ivan
ad832b
  Gyurdiev.
ad832b
  * Merged support for require blocks inside conditionals from
ad832b
  Joshua Brindle (Tresys).
ad832b
ad832b
* Mon Oct 10 2005 Dan Walsh <dwalsh@redhat.com> 1.9.14.1-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed use of policydb_from_image/to_image to ensure proper
ad832b
  init of policydb.
ad832b
  * Isolated policydb internal headers under <sepol/policydb/*.h>.
ad832b
  These headers should only be used by users of the static libsepol.
ad832b
  Created new <sepol/policydb.h> with new public types and interfaces
ad832b
  for shared libsepol.
ad832b
  Created new <sepol/module.h> with public types and interfaces moved
ad832b
  or wrapped from old module.h, link.h, and expand.h, adjusted for
ad832b
  new public types for policydb and policy_file.
ad832b
  Added public interfaces to libsepol.map.
ad832b
  Some implementation changes visible to users of the static libsepol:
ad832b
  1) policydb_read no longer calls policydb_init.
ad832b
  Caller must do so first.
ad832b
  2) policydb_init no longer takes policy_type argument.
ad832b
  Caller must set policy_type separately.
ad832b
  3) expand_module automatically enables the global branch.  
ad832b
  Caller no longer needs to do so.
ad832b
  4) policydb_write uses the policy_type and policyvers from the 
ad832b
  policydb itself, and sepol_set_policyvers() has been removed.
ad832b
ad832b
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.9.12-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged function renaming and static cleanup from Ivan Gyurdiev.
ad832b
ad832b
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.9.11-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged bug fix for check_assertions handling of no assertions
ad832b
  from Joshua Brindle (Tresys).
ad832b
  
ad832b
* Tue Oct 4 2005 Dan Walsh <dwalsh@redhat.com> 1.9.10-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged iterate patch from Ivan Gyurdiev.
ad832b
  * Merged MLS in modules patch from Joshua Brindle (Tresys).
ad832b
ad832b
* Mon Oct 3 2005 Dan Walsh <dwalsh@redhat.com> 1.9.8-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged pointer typedef elimination patch from Ivan Gyurdiev.
ad832b
  * Merged user list function, new mls functions, and bugfix patch
ad832b
    from Ivan Gyurdiev.
ad832b
ad832b
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.9.7-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged sepol_get_num_roles fix from Karl MacMillan (Tresys).
ad832b
ad832b
* Fri Sep 23 2005 Dan Walsh <dwalsh@redhat.com> 1.9.6-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged bug fix patches from Joshua Brindle (Tresys).
ad832b
ad832b
* Wed Sep 21 2005 Dan Walsh <dwalsh@redhat.com> 1.9.5-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged boolean record and memory leak fix patches from Ivan
ad832b
  Gyurdiev.
ad832b
ad832b
* Tue Sep 20 2005 Dan Walsh <dwalsh@redhat.com> 1.9.4-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged interface record patch from Ivan Gyurdiev.
ad832b
ad832b
* Thu Sep 15 2005 Dan Walsh <dwalsh@redhat.com> 1.9.3-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged fix for sepol_enable/disable_debug from Ivan
ad832b
  Gyurdiev.
ad832b
ad832b
* Wed Sep 14 2005 Dan Walsh <dwalsh@redhat.com> 1.9.1-2
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged stddef.h patch and debug conversion patch from 
ad832b
  Ivan Gyurdiev.
ad832b
ad832b
* Mon Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.9.1-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed expand_avtab and expand_cond_av_list to keep separate
ad832b
  entries with identical keys but different enabled flags.
ad832b
  * Updated version for release.
ad832b
ad832b
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.7.24-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed symtab_insert return value for duplicate declarations.
ad832b
  * Merged fix for memory error in policy_module_destroy from
ad832b
  Jason Tang (Tresys).
ad832b
ad832b
* Mon Aug 29 2005 Dan Walsh <dwalsh@redhat.com> 1.7.22-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged fix for memory leak in sepol_context_to_sid from
ad832b
  Jason Tang (Tresys).
ad832b
  * Merged fixes for resource leaks on error paths and
ad832b
    change to scope_destroy from Joshua Brindle (Tresys).
ad832b
ad832b
* Tue Aug 23 2005 Dan Walsh <dwalsh@redhat.com> 1.7.20-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged more fixes for resource leaks on error paths 
ad832b
    from Serge Hallyn (IBM).  Bugs found by Coverity. 
ad832b
ad832b
* Fri Aug 19 2005 Dan Walsh <dwalsh@redhat.com> 1.7.19-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Changed to treat all type conflicts as fatal errors.
ad832b
  * Merged several error handling fixes from 
ad832b
    Serge Hallyn (IBM).  Bugs found by Coverity.  
ad832b
ad832b
* Mon Aug 15 2005 Dan Walsh <dwalsh@redhat.com> 1.7.17-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed several memory leaks found by valgrind.
ad832b
ad832b
* Sun Aug 14 2005 Dan Walsh <dwalsh@redhat.com> 1.7.15-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed empty list test in cond_write_av_list.  Bug found by
ad832b
    Coverity, reported by Serge Hallyn (IBM).
ad832b
  * Merged patch to policydb_write to check errors 
ad832b
    when writing the type->attribute reverse map from
ad832b
    Serge Hallyn (IBM).  Bug found by Coverity.
ad832b
  * Fixed policydb_destroy to properly handle NULL type_attr_map
ad832b
    or attr_type_map.
ad832b
ad832b
* Sat Aug 13 2005 Dan Walsh <dwalsh@redhat.com> 1.7.14-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed empty list test in cond_write_av_list.  Bug found by
ad832b
    Coverity, reported by Serge Hallyn (IBM).
ad832b
  * Merged patch to policydb_write to check errors 
ad832b
    when writing the type->attribute reverse map from
ad832b
    Serge Hallyn (IBM).  Bug found by Coverity.
ad832b
  * Fixed policydb_destroy to properly handle NULL type_attr_map
ad832b
    or attr_type_map.
ad832b
ad832b
ad832b
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.7.13-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Improved memory use by SELinux by both reducing the avtab 
ad832b
    node size and reducing the number of avtab nodes (by not
ad832b
    expanding attributes in TE rules when possible).  Added
ad832b
    expand_avtab and expand_cond_av_list functions for use by
ad832b
    assertion checker, hierarchy checker, compatibility code,
ad832b
    and dispol.  Added new inline ebitmap operators and converted
ad832b
    existing users of ebitmaps to the new operators for greater 
ad832b
    efficiency.
ad832b
    Note:  The binary policy format version has been incremented to 
ad832b
    version 20 as a result of these changes.
ad832b
ad832b
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.7.12-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed bug in constraint_node_clone handling of name sets.
ad832b
ad832b
* Wed Aug 10 2005 Dan Walsh <dwalsh@redhat.com> 1.7.11-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fix range_trans_clone to map the type values properly.
ad832b
ad832b
* Fri Aug 5 2005 Dan Walsh <dwalsh@redhat.com> 1.7.10-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged patch to move module read/write code from libsemanage
ad832b
    to libsepol from Jason Tang (Tresys).
ad832b
ad832b
* Tue Aug 2 2005 Dan Walsh <dwalsh@redhat.com> 1.7.9-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Enabled further compiler warning flags and fixed them.
ad832b
  * Merged user, context, port records patch from Ivan Gyurdiev.
ad832b
  * Merged key extract function patch from Ivan Gyurdiev.
ad832b
  * Merged mls_context_to_sid bugfix from Ivan Gyurdiev.
ad832b
ad832b
* Wed Jul 27 2005 Dan Walsh <dwalsh@redhat.com> 1.7.6-2
ad832b
- Fix MLS Free 
ad832b
ad832b
* Mon Jul 25 2005 Dan Walsh <dwalsh@redhat.com> 1.7.6-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged context reorganization, memory leak fixes, 
ad832b
    port and interface loading, replacements for genusers and
ad832b
    genbools, debug traceback, and bugfix patches from Ivan Gyurdiev.
ad832b
  * Merged uninitialized variable bugfix from Dan Walsh.
ad832b
ad832b
* Mon Jul 25 2005 Dan Walsh <dwalsh@redhat.com> 1.7.5-2
ad832b
- Fix unitialized variable problem
ad832b
ad832b
* Mon Jul 18 2005 Dan Walsh <dwalsh@redhat.com> 1.7.5-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged debug support, policydb conversion functions from Ivan Gyurdiev (Red Hat).
ad832b
  * Removed genpolbools and genpolusers utilities.
ad832b
  * Merged hierarchy check fix from Joshua Brindle (Tresys).
ad832b
ad832b
ad832b
ad832b
* Thu Jul 14 2005 Dan Walsh <dwalsh@redhat.com> 1.7.3-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged header file cleanup and memory leak fix from Ivan Gyurdiev (Red Hat).
ad832b
  * Merged genbools debugging message cleanup from Red Hat.
ad832b
ad832b
* Thu Jul 7 2005 Dan Walsh <dwalsh@redhat.com> 1.7-2
ad832b
- Remove genpolbools and genpoluser 
ad832b
ad832b
* Thu Jul 7 2005 Dan Walsh <dwalsh@redhat.com> 1.7-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Merged loadable module support from Tresys Technology.
ad832b
ad832b
* Wed Jun 29 2005 Dan Walsh <dwalsh@redhat.com> 1.6-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Updated version for release.
ad832b
ad832b
* Tue May 17 2005 Dan Walsh <dwalsh@redhat.com> 1.5.10-1
ad832b
- Fix reset booleans warning message
ad832b
- Upgrade to latest from NSA
ad832b
  * License changed to LGPL v2.1, see COPYING.
ad832b
ad832b
* Tue May 17 2005 Dan Walsh <dwalsh@redhat.com> 1.5.9-2
ad832b
- Upgrade to latest from NSA
ad832b
  * Added sepol_genbools_policydb and sepol_genusers_policydb for
ad832b
    audit2why.
ad832b
ad832b
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 1.5.8-2
ad832b
- export sepol_context_to_sid
ad832b
ad832b
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 1.5.8-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Added sepol_ prefix to Flask types to avoid 
ad832b
    namespace collision with libselinux.
ad832b
ad832b
* Fri May 13 2005 Dan Walsh <dwalsh@redhat.com> 1.5.7-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Added sepol_compute_av_reason() for audit2why.
ad832b
ad832b
* Tue Apr 26 2005 Dan Walsh <dwalsh@redhat.com> 1.5.6-1
ad832b
- Upgrade to latest from NSA
ad832b
  * Fixed bug in role hierarchy checker.
ad832b
ad832b
* Mon Apr 25 2005 Dan Walsh <dwalsh@redhat.com> 1.5.5-2
ad832b
- Fixes found via intel compiler
ad832b
ad832b
* Thu Apr 14 2005 Dan Walsh <dwalsh@redhat.com> 1.5.5-1
ad832b
- Update from NSA
ad832b
ad832b
* Tue Mar 29 2005 Dan Walsh <dwalsh@redhat.com> 1.5.3-1
ad832b
- Update from NSA
ad832b
ad832b
* Thu Mar 24 2005 Dan Walsh <dwalsh@redhat.com> 1.5.2-2
ad832b
- Handle booleans.local
ad832b
ad832b
* Thu Mar 17 2005 Dan Walsh <dwalsh@redhat.com> 1.5.2-1
ad832b
- Update to latest from NSA
ad832b
  * Added man page for sepol_check_context.
ad832b
  * Added man page for sepol_genusers function.
ad832b
  * Merged man pages for genpolusers and chkcon from Manoj Srivastava.
ad832b
ad832b
* Thu Mar 10 2005 Dan Walsh <dwalsh@redhat.com> 1.4-1
ad832b
- Update to latest from NSA
ad832b
ad832b
* Tue Mar 8 2005 Dan Walsh <dwalsh@redhat.com> 1.3.8-1
ad832b
- Update to latest from NSA
ad832b
        * Cleaned up error handling in sepol_genusers and sepol_genbools.
ad832b
ad832b
* Tue Mar 1 2005 Dan Walsh <dwalsh@redhat.com> 1.3.7-1
ad832b
- Update to latest from NSA
ad832b
  * Merged sepol_debug and fclose patch from Dan Walsh.
ad832b
ad832b
* Fri Feb 18 2005 Dan Walsh <dwalsh@redhat.com> 1.3.6-3
ad832b
- Make sure local_files file pointer is closed
ad832b
- Stop outputing error messages
ad832b
ad832b
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.3.6-1
ad832b
- Update to latest from NSA
ad832b
  * Changed sepol_genusers to also use getline and correctly handle
ad832b
    EOL.
ad832b
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.3.5-1
ad832b
- Update to latest from NSA
ad832b
  * Merged endianness and compute_av patches from Darrel Goeddel (TCS).
ad832b
  * Merged range_transition support from Darrel Goeddel (TCS).
ad832b
  * Added sepol_genusers function.
ad832b
ad832b
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.3.2-1
ad832b
- Update to latest from NSA
ad832b
  * Changed relabel Makefile target to use restorecon.
ad832b
ad832b
* Mon Feb 7 2005 Dan Walsh <dwalsh@redhat.com> 1.3.1-1
ad832b
- Update to latest from NSA
ad832b
  * Merged enhanced MLS support from Darrel Goeddel (TCS).
ad832b
ad832b
* Thu Jan 20 2005 Dan Walsh <dwalsh@redhat.com> 1.2.1.1-1
ad832b
- Update to latest from NSA
ad832b
  * Merged build fix patch from Manoj Srivastava.
ad832b
ad832b
* Thu Nov 4 2004 Dan Walsh <dwalsh@redhat.com> 1.2.1-1
ad832b
- Update to latest from NSA
ad832b
ad832b
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.1.1-2
ad832b
- Add optargs for build
ad832b
ad832b
* Sun Aug 22 2004 Dan Walsh <dwalsh@redhat.com> 1.1.1-1
ad832b
- New version from NSA
ad832b
ad832b
* Fri Aug 20 2004 Colin Walters <walters@redhat.com> 1.0-2
ad832b
- Apply Stephen's chkcon patch
ad832b
ad832b
* Thu Aug 19 2004 Colin Walters <walters@redhat.com> 1.0-1
ad832b
- New upstream version
ad832b
ad832b
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 0.4.2-1
ad832b
- Newversion from upstream implementing stringcase compare
ad832b
ad832b
* Fri Aug 13 2004 Bill Nottingham <notting@redhat.com> 0.4.1-2
ad832b
- ldconfig tweaks
ad832b
ad832b
* Thu Aug 12 2004 Dan Walsh <dwalsh@redhat.com> 0.4.1-1
ad832b
- Ignore case of true/false
ad832b
ad832b
* Wed Aug 11 2004 Dan Walsh <dwalsh@redhat.com> 0.4.1-1
ad832b
- New version from NSA
ad832b
ad832b
* Tue Aug 10 2004 Dan Walsh <dwalsh@redhat.com> 0.3.1-1
ad832b
- Initial version
ad832b
- Created by Stephen Smalley <sds@epoch.ncsc.mil> 
ad832b
ad832b