Blame SPECS/libsepol.spec

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