Blame SPECS/libsepol.spec

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