83157e
83157e
%global with_ruby 1
83157e
83157e
%if 0%{?with_ruby}
83157e
%global ruby_inc %(pkg-config --cflags ruby)
83157e
%endif
83157e
b2442d
%define libsepolver 2.9-1
b2442d
%define libselinuxrelease 2.1
83157e
83157e
Summary: SELinux library and simple utilities
83157e
Name: libselinux
b2442d
Version: 2.9
83157e
Release: %{libselinuxrelease}%{?dist}
83157e
License: Public Domain
83157e
# https://github.com/SELinuxProject/selinux/wiki/Releases
b2442d
Source0: https://github.com/SELinuxProject/selinux/releases/download/20190315/libselinux-2.9.tar.gz
83157e
Source1: selinuxconlist.8
83157e
Source2: selinuxdefcon.8
83157e
Url: https://github.com/SELinuxProject/selinux/wiki
b2442d
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
b2442d
Patch0001: 0001-Fix-selinux-man-page-to-refer-seinfo-and-sesearch-to.patch
b2442d
Patch0002: 0002-Verify-context-input-to-funtions-to-make-sure-the-co.patch
b2442d
Patch0003: 0003-libselinux-Allow-to-override-OVERRIDE_GETTID-from-co.patch
b2442d
Patch0004: 0004-Bring-some-old-permission-and-flask-constants-back-t.patch
b2442d
Patch0005: 0005-libselinux-add-missing-av_permission-values.patch
b2442d
Patch0006: 0006-libselinux-Use-Python-distutils-to-install-SELinux-p.patch
b2442d
Patch0007: 0007-libselinux-Do-not-use-SWIG_CFLAGS-when-Python-bindin.patch
b2442d
83157e
BuildRequires: gcc
83157e
%if 0%{?with_ruby}
83157e
BuildRequires: ruby-devel ruby libsepol-static >= %{libsepolver} swig pcre2-devel xz-devel
83157e
%else
83157e
BuildRequires: libsepol-static >= %{libsepolver} swig pcre2-devel xz-devel
83157e
%endif
83157e
BuildRequires: python3 python3-devel
83157e
%if 0%{?with_python2}
83157e
BuildRequires: python2 python2-devel
83157e
%endif
83157e
BuildRequires: systemd
83157e
Requires: libsepol%{?_isa} >= %{libsepolver} pcre2
83157e
Conflicts: filesystem < 3, selinux-policy-base < 3.13.1-138
83157e
83157e
%description
83157e
Security-enhanced Linux is a feature of the Linux® kernel and a number
83157e
of utilities with enhanced security functionality designed to add
83157e
mandatory access controls to Linux.  The Security-enhanced Linux
83157e
kernel contains new architectural components originally developed to
83157e
improve the security of the Flask operating system. These
83157e
architectural components provide general support for the enforcement
83157e
of many kinds of mandatory access control policies, including those
83157e
based on the concepts of Type Enforcement®, Role-based Access
83157e
Control, and Multi-level Security.
83157e
83157e
libselinux provides an API for SELinux applications to get and set
83157e
process and file security contexts and to obtain security policy
83157e
decisions.  Required for any applications that use the SELinux API.
83157e
83157e
%package utils
b2442d
Summary: SELinux libselinux utilities
83157e
Requires: %{name}%{?_isa} = %{version}-%{release}
83157e
83157e
%description utils
83157e
The libselinux-utils package contains the utilities
83157e
83157e
%if 0%{?with_python2}
83157e
%package -n libselinux-python
83157e
%{?python_provide:%python_provide python2-libselinux}
83157e
Provides: python2-%{name} = %{version}-%{release}
83157e
Provides: python2-%{name}%{?_isa} = %{version}-%{release}
83157e
Obsoletes: %{name}-python < %{version}-%{release}
83157e
Summary: SELinux python bindings for libselinux
83157e
Requires: %{name}%{?_isa} >= %{version}-%{libselinuxrelease}
83157e
83157e
%description -n libselinux-python
83157e
The libselinux-python package contains the python bindings for developing
83157e
SELinux applications.
83157e
%endif
83157e
83157e
%package -n python3-libselinux
83157e
Summary: SELinux python 3 bindings for libselinux
83157e
Requires: %{name}%{?_isa} = %{version}-%{release}
83157e
%{?python_provide:%python_provide python3-libselinux}
83157e
# Remove before F30
83157e
Provides: %{name}-python3 = %{version}-%{release}
83157e
Provides: %{name}-python3%{?_isa} = %{version}-%{release}
83157e
Obsoletes: %{name}-python3 < %{version}-%{release}
83157e
83157e
%description -n python3-libselinux
83157e
The libselinux-python3 package contains python 3 bindings for developing
83157e
SELinux applications. 
83157e
83157e
%if 0%{?with_ruby}
83157e
%package ruby
83157e
Summary: SELinux ruby bindings for libselinux
83157e
Requires: %{name}%{?_isa} = %{version}-%{release}
83157e
Provides: ruby(selinux)
83157e
83157e
%description ruby
83157e
The libselinux-ruby package contains the ruby bindings for developing 
83157e
SELinux applications. 
83157e
%endif # with_ruby
83157e
83157e
%package devel
83157e
Summary: Header files and libraries used to build SELinux
83157e
Requires: %{name}%{?_isa} = %{version}-%{release}
83157e
Requires: libsepol-devel%{?_isa} >= %{libsepolver}
83157e
83157e
%description devel
83157e
The libselinux-devel package contains the libraries and header files
83157e
needed for developing SELinux applications. 
83157e
83157e
%package static
83157e
Summary: Static libraries used to build SELinux
83157e
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
83157e
83157e
%description static
83157e
The libselinux-static package contains the static libraries
83157e
needed for developing SELinux applications. 
83157e
83157e
%prep
b2442d
%autosetup -p 2 -n libselinux-%{version}
83157e
83157e
%build
b2442d
export DISABLE_RPM="n"
83157e
export USE_PCRE2="y"
83157e
b2442d
%set_build_flags
b2442d
83157e
# To support building the Python wrapper against multiple Python runtimes
83157e
# Define a function, for how to perform a "build" of the python wrapper against
83157e
# a specific runtime:
83157e
BuildPythonWrapper() {
83157e
  BinaryName=$1
83157e
83157e
  # Perform the build from the upstream Makefile:
83157e
  make \
83157e
    PYTHON=$BinaryName \
b2442d
    LIBDIR="%{_libdir}" %{?_smp_mflags} \
83157e
    pywrap
83157e
}
83157e
83157e
make clean
b2442d
make LIBDIR="%{_libdir}" %{?_smp_mflags} swigify
b2442d
make LIBDIR="%{_libdir}" %{?_smp_mflags} all
83157e
83157e
%if 0%{?with_python2}
83157e
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
83157e
BuildPythonWrapper %{__python2}
83157e
%endif
83157e
BuildPythonWrapper %{__python3}
83157e
83157e
%if 0%{?with_ruby}
b2442d
make RUBYINC="%{ruby_inc}" SHLIBDIR="%{_libdir}" LIBDIR="%{_libdir}" LIBSEPOLA="%{_libdir}/libsepol.a" %{?_smp_mflags} rubywrap
83157e
%endif
83157e
83157e
%install
83157e
InstallPythonWrapper() {
83157e
  BinaryName=$1
83157e
83157e
  make \
83157e
    PYTHON=$BinaryName \
b2442d
    LIBDIR="%{_libdir}" %{?_smp_mflags} \
83157e
    LIBSEPOLA="%{_libdir}/libsepol.a" \
83157e
    pywrap
83157e
83157e
  make \
83157e
    PYTHON=$BinaryName \
83157e
    DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" \
83157e
    SHLIBDIR="%{_lib}" BINDIR="%{_bindir}" \
83157e
    SBINDIR="%{_sbindir}" \
83157e
    LIBSEPOLA="%{_libdir}/libsepol.a" \
83157e
    install-pywrap
83157e
}
83157e
83157e
rm -rf %{buildroot}
83157e
mkdir -p %{buildroot}%{_tmpfilesdir}
83157e
mkdir -p %{buildroot}%{_libdir}
83157e
mkdir -p %{buildroot}%{_includedir}
83157e
mkdir -p %{buildroot}%{_sbindir}
83157e
install -d -m 0755 %{buildroot}%{_rundir}/setrans
83157e
echo "d %{_rundir}/setrans 0755 root root" > %{buildroot}%{_tmpfilesdir}/libselinux.conf
83157e
83157e
%if 0%{?with_python2}
83157e
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
83157e
InstallPythonWrapper %{__python2}
b2442d
mv %{buildroot}%{python2_sitearch}/selinux/_selinux.so %{buildroot}%{python2_sitearch}/
83157e
%endif
83157e
InstallPythonWrapper %{__python3}
b2442d
mv %{buildroot}%{python3_sitearch}/selinux/_selinux.*.so %{buildroot}%{python3_sitearch}/
83157e
83157e
%if 0%{?with_ruby}
83157e
make DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}" BINDIR="%{_bindir}" SBINDIR="%{_sbindir}" RUBYINSTALL=%{ruby_vendorarchdir} install install-rubywrap
83157e
%else
83157e
make DESTDIR="%{buildroot}" LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}" BINDIR="%{_bindir}" SBINDIR="%{_sbindir}" install
83157e
%endif
83157e
83157e
# Nuke the files we don't want to distribute
83157e
rm -f %{buildroot}%{_sbindir}/compute_*
83157e
rm -f %{buildroot}%{_sbindir}/deftype
83157e
rm -f %{buildroot}%{_sbindir}/execcon
83157e
rm -f %{buildroot}%{_sbindir}/getenforcemode
83157e
rm -f %{buildroot}%{_sbindir}/getfilecon
83157e
rm -f %{buildroot}%{_sbindir}/getpidcon
83157e
rm -f %{buildroot}%{_sbindir}/mkdircon
83157e
rm -f %{buildroot}%{_sbindir}/policyvers
83157e
rm -f %{buildroot}%{_sbindir}/setfilecon
83157e
rm -f %{buildroot}%{_sbindir}/selinuxconfig
83157e
rm -f %{buildroot}%{_sbindir}/selinuxdisable
83157e
rm -f %{buildroot}%{_sbindir}/getseuser
83157e
rm -f %{buildroot}%{_sbindir}/togglesebool
83157e
rm -f %{buildroot}%{_sbindir}/selinux_check_securetty_context
83157e
mv %{buildroot}%{_sbindir}/getdefaultcon %{buildroot}%{_sbindir}/selinuxdefcon
83157e
mv %{buildroot}%{_sbindir}/getconlist %{buildroot}%{_sbindir}/selinuxconlist
83157e
install -d %{buildroot}%{_mandir}/man8/
83157e
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man8/
83157e
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
83157e
rm -f %{buildroot}%{_mandir}/man8/togglesebool*
83157e
83157e
%ldconfig_scriptlets
83157e
83157e
%files
83157e
%license LICENSE
83157e
%{_libdir}/libselinux.so.*
83157e
%dir %{_rundir}/setrans/
83157e
%{_tmpfilesdir}/libselinux.conf
83157e
83157e
%files utils
83157e
%{_sbindir}/avcstat
83157e
%{_sbindir}/getenforce
83157e
%{_sbindir}/getsebool
83157e
%{_sbindir}/matchpathcon
b2442d
%{_sbindir}/sefcontext_compile
83157e
%{_sbindir}/selinuxconlist
83157e
%{_sbindir}/selinuxdefcon
83157e
%{_sbindir}/selinuxexeccon
83157e
%{_sbindir}/selinuxenabled
83157e
%{_sbindir}/setenforce
83157e
%{_sbindir}/selabel_digest
83157e
%{_sbindir}/selabel_lookup
83157e
%{_sbindir}/selabel_lookup_best_match
83157e
%{_sbindir}/selabel_partial_match
83157e
%{_sbindir}/selinux_check_access
83157e
%{_mandir}/man5/*
83157e
%{_mandir}/man8/*
b2442d
%{_mandir}/ru/man5/*
b2442d
%{_mandir}/ru/man8/*
83157e
83157e
%files devel
83157e
%{_libdir}/libselinux.so
83157e
%{_libdir}/pkgconfig/libselinux.pc
83157e
%{_includedir}/selinux/
83157e
%{_mandir}/man3/*
83157e
83157e
%files static
83157e
%{_libdir}/libselinux.a
83157e
83157e
%if 0%{?with_python2}
83157e
%files -n libselinux-python
83157e
%{python2_sitearch}/selinux/
83157e
%{python2_sitearch}/_selinux.so
b2442d
%{python2_sitearch}/selinux-%{version}-*
83157e
%endif
83157e
83157e
%files -n python3-libselinux
83157e
%{python3_sitearch}/selinux/
83157e
%{python3_sitearch}/_selinux.*.so
b2442d
%{python3_sitearch}/selinux-%{version}-*
83157e
83157e
%if 0%{?with_ruby}
83157e
%files ruby
83157e
%{ruby_vendorarchdir}/selinux.so
83157e
%endif
83157e
83157e
%changelog
b2442d
* Mon Jun 24 2019 Petr Lautrbach <plautrba@redhat.com> - 2.9-2.1
b2442d
- Use Python distutils to install SELinux python bindings (#1719771)
b2442d
- Move  sefcontext_compile to -utils package (#1612518)
b2442d
b2442d
* Mon Mar 18 2019 Petr Lautrbach <plautrba@redhat.com> - 2.9-1
b2442d
- SELinux userspace 2.9 release
b2442d
83157e
* Tue Nov  6 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-6
83157e
- Fix RESOURCE_LEAK coverity scan defects
83157e
83157e
* Mon Oct 15 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-5
83157e
- selinux_restorecon: Skip customized files also without -v
83157e
- man pages fixes
83157e
83157e
* Mon Oct  1 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-4
83157e
- Build libselinux-python when %with_python2 macro is set to non-zero value
83157e
83157e
* Fri Jun 22 2018 Petr Lautrbach <plautrba@workstation> - 2.8-3
83157e
- Build libselinux-ruby (#1581322)
83157e
83157e
* Thu Jun  7 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-2
83157e
- Don't build the Python 2 subpackage (#1567358)
83157e
83157e
* Fri May 25 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-1
83157e
- SELinux userspace 2.8 release
83157e
83157e
* Mon May 14 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-0.rc3.1
83157e
- SELinux userspace 2.8-rc3 release candidate
83157e
83157e
* Fri May  4 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-0.rc2.1
83157e
- SELinux userspace 2.8-rc2 release candidate
83157e
83157e
* Mon Apr 23 2018 Petr Lautrbach <plautrba@redhat.com> - 2.8-0.rc1.1
83157e
- SELinux userspace 2.8-rc1 release candidate
83157e
83157e
* Mon Apr 23 2018 Petr Lautrbach <plautrba@redhat.com> - 2.7-14
83157e
- Do not build libselinux-ruby
83157e
83157e
* Wed Mar 21 2018 Petr Lautrbach <plautrba@redhat.com> - 2.7-13
83157e
- build: Replace PYSITEDIR with PYTHONLIBDIR
83157e
83157e
* Tue Mar 13 2018 Petr Lautrbach <plautrba@redhat.com> - 2.7-12
83157e
- Correct manpages regarding removable_context
83157e
- build: follow standard semantics for DESTDIR and PREFIX
83157e
83157e
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.7-11
83157e
- Escape macros in %%changelog
83157e
83157e
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-10
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
83157e
83157e
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.7-9
83157e
- Switch to %%ldconfig_scriptlets
83157e
83157e
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.7-8
83157e
- Update Python 2 dependency declarations to new packaging standards
83157e
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
83157e
83157e
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.7-7
83157e
- F-28: rebuild for ruby25
83157e
83157e
* Wed Nov 22 2017 Petr Lautrbach <plautrba@redhat.com> - 2.7-6
83157e
- Rebuild with libsepol-2.7-3
83157e
83157e
* Fri Oct 20 2017 Petr Lautrbach <plautrba@redhat.com> - 2.7-5
83157e
- Drop golang bindings
83157e
- Add support for pcre2 to pkgconfig definition
83157e
83157e
* Wed Sep 27 2017 Petr Šabata <contyk@redhat.com> - 2.7-4
83157e
- Enable the python3 subpackages on EL
83157e
83157e
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.7-3
83157e
- Also add Provides for the old name without %%_isa
83157e
83157e
* Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.7-2
83157e
- Python 2 binary package renamed to python2-libselinux
83157e
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
83157e
- Python 3 binary package renamed to python3-libselinux
83157e
83157e
* Mon Aug 07 2017 Petr Lautrbach <plautrba@redhat.com> - 2.7-1
83157e
- Update to upstream release 2017-08-04
83157e
83157e
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-10
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
83157e
83157e
* Sat Jul 29 2017 Florian Weimer <fweimer@redhat.com> - 2.6-9
83157e
- Rebuild with binutils fix for ppc64le (#1475636)
83157e
83157e
* Fri Jul 28 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-8
83157e
- Always unmount selinuxfs for SELINUX=disabled
83157e
83157e
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-7
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
83157e
83157e
* Fri Apr 28 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-6
83157e
- Don't finalize mount state in selinux_set_policy_root()
83157e
- Follow upstream and rename _selinux.so to _selinux.cpython-36m-x86_64-linux-gnu.so
83157e
83157e
* Thu Apr 06 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-5
83157e
- Fix setfiles progress indicator
83157e
83157e
* Wed Mar 22 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-4
83157e
- Fix segfault in selinux_restorecon_sb() (#1433577)
83157e
- Change matchpathcon usage to match with matchpathcon manpage
83157e
- Fix a corner case getsebool return value
83157e
83157e
* Tue Mar 14 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-3
83157e
- Fix 'semanage boolean -m' to modify active value
83157e
83157e
* Thu Mar 02 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-2
83157e
- Fix FTBFS - fatal error (#1427902)
83157e
83157e
* Sun Feb 12 2017 Petr Lautrbach <plautrba@redhat.com> - 2.6-1
83157e
- Update to upstream release 2016-10-14
83157e
83157e
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-18
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
83157e
83157e
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.5-17
83157e
- Add missing %%license macro
83157e
83157e
* Fri Jan 13 2017 Vít Ondruch <vondruch@redhat.com> - 2.5-16
83157e
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
83157e
83157e
* Wed Jan 11 2017 Petr Lautrbach <plautrba@redhat.com> - 2.5-15
83157e
- Rewrite restorecon() python method
83157e
83157e
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.5-14
83157e
- Rebuild for Python 3.6
83157e
83157e
* Tue Nov 22 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-13
83157e
- Fix pointer handling in realpath_not_final (#1376598)
83157e
83157e
* Mon Oct 03 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-12
83157e
- Fix -Wsign-compare warnings
83157e
- Drop unused stdio_ext.h header file
83157e
- Kill logging check for selinux_enabled()
83157e
- Drop usage of _D_ALLOC_NAMLEN
83157e
- Add openrc_contexts functions
83157e
- Fix redefinition of XATTR_NAME_SELINUX
83157e
- Correct error path to always try text
83157e
- Clean up process_file()
83157e
- Handle NULL pcre study data
83157e
- Fix in tree compilation of utils that depend on libsepol
83157e
83157e
* Mon Aug 01 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-11
83157e
- Rebuilt with libsepol-2.5-9
83157e
83157e
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-10
83157e
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
83157e
83157e
* Mon Jun 27 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-9
83157e
- Clarify is_selinux_mls_enabled() description
83157e
- Explain how to free policy type from selinux_getpolicytype()
83157e
- Compare absolute pathname in matchpathcon -V
83157e
- Add selinux_snapperd_contexts_path()
83157e
83157e
* Fri Jun 24 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-8
83157e
- Move _selinux.so to /usr/lib64/python*/site-packages
83157e
83157e
* Thu Jun 23 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-7
83157e
- Modify audit2why analyze function to use loaded policy
83157e
- Sort object files for deterministic linking order
83157e
- Respect CC and PKG_CONFIG environment variable
83157e
- Avoid mounting /proc outside of selinux_init_load_policy()
83157e
83157e
* Fri May 06 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-6
83157e
- Fix multiple spelling errors
83157e
83157e
* Mon May 02 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-5
83157e
- Rebuilt with libsepol-2.5-5
83157e
83157e
* Fri Apr 29 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-4
83157e
- Fix typo in sefcontext_compile.8
83157e
83157e
* Fri Apr 08 2016 Petr Lautrbach <plautrba@redhat.com> - 2.5-3
83157e
- Fix location of selinuxfs mount point
83157e
- Only mount /proc if necessary
83157e
- procattr: return einval for <= 0 pid args
83157e
- procattr: return error on invalid pid_t input
83157e
83157e
* Sat Feb 27 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-2
83157e
- Use fully versioned arch-specific requires
83157e
83157e
* Tue Feb 23 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-1
83157e
- Update to upstream release 2016-02-23
83157e
83157e
* Sun Feb 21 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-0.1.rc1
83157e
- Update to upstream rc1 release 2016-01-07
83157e
83157e
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-8
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
83157e
83157e
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 2.4-7
83157e
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
83157e
83157e
* Thu Dec 10 2015 Petr Lautrbach <plautrba@redhat.com> - 2.4-6
83157e
- Build libselinux without rpm_execcon() (#1284019)
83157e
83157e
* Thu Oct 15 2015 Robert Kuska <rkuska@redhat.com> - 2.4-5
83157e
- Rebuilt for Python3.5 rebuild
83157e
83157e
* Wed Sep 30 2015 Petr Lautrbach <plautrba@redhat.com> 2.4-4
83157e
- Flush the class/perm string mapping cache on policy reload (#1264051)
83157e
- Fix restorecon when path has no context
83157e
83157e
* Wed Sep 02 2015 Petr Lautrbach <plautrba@redhat.com> 2.4-3
83157e
- Simplify procattr cache (#1257157,#1232371)
83157e
83157e
* Fri Aug 14 2015 Adam Jackson <ajax@redhat.com> 2.4-2
83157e
- Export ldflags into the build so hardening works
83157e
83157e
* Tue Jul 21 2015 Petr Lautrbach <plautrba@redhat.com> 2.4-1.1
83157e
- Update to 2.4 release
83157e
83157e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-11
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
83157e
83157e
* Tue May 12 2015 Petr Lautrbach <plautrba@redhat.com> 2.3-10
83157e
- is_selinux_enabled: Add /etc/selinux/config test (#1219045)
83157e
- matchpathcon/selabel_file: Fix man pages (#1219718)
83157e
83157e
* Thu Apr 23 2015 Petr Lautrbach <plautrba@redhat.com> 2.3-9
83157e
- revert support for policy compressed with xv (#1185266)
83157e
83157e
* Tue Apr 21 2015 Petr Lautrbach <plautrba@redhat.com> 2.3-8
83157e
- selinux.py - use os.walk() instead of os.path.walk() (#1195004)
83157e
- is_selinux_enabled(): drop no-policy-loaded test (#1195074)
83157e
- fix -Wformat errors and remove deprecated mudflap option
83157e
83157e
* Mon Mar 16 2015 Than Ngo <than@redhat.com> - 2.3-7
83157e
- bump release and rebuild so that koji-shadow can rebuild it
83157e
  against new gcc on secondary arch
83157e
83157e
* Mon Jan 19 2015 Vít Ondruch <vondruch@redhat.com> - 2.3-6
83157e
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.2
83157e
83157e
* Thu Aug 21 2014 Miroslav Grepl <mgrepl@redhat.com> - 2.3-5
83157e
- Compiled file context files and the original should have the same permissions from dwalsh@redhat.com
83157e
- Add selinux_openssh_contexts_path() to get a path to /contexts/openssh_contexts
83157e
83157e
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
83157e
83157e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-3
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
83157e
83157e
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 2.3-2
83157e
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
83157e
83157e
* Tue May 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-1
83157e
- Update to upstream 
83157e
	* Get rid of security_context_t and fix const declarations.
83157e
	* Refactor rpm_execcon() into a new setexecfilecon() from Guillem Jover.
83157e
83157e
* Tue May 6 2014 Miroslav Grepl <mgrepl@redhat.com> - 2.2.2-8
83157e
- Add selinux_openssh_contexts_path()
83157e
83157e
* Thu Apr 24 2014 Vít Ondruch <vondruch@redhat.com> - 2.2.2-7
83157e
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
83157e
83157e
* Mon Feb 24 2014 Dan Walsh <dwalsh@redhat.com>  - 2.2.2-6
83157e
- Fix spelling mistake in man page
83157e
83157e
* Thu Feb 20 2014 Dan Walsh <dwalsh@redhat.com>  - 2.2.2-5
83157e
- More go bindings
83157e
-   restorecon, getpidcon, setexeccon
83157e
83157e
* Fri Feb 14 2014 Dan Walsh <dwalsh@redhat.com>  - 2.2.2-4
83157e
- Add additional go bindings for get*con calls
83157e
- Add go bindings test command
83157e
- Modify man pages of set*con calls to mention that they are thread specific
83157e
83157e
* Fri Jan 24 2014 Dan Walsh <dwalsh@redhat.com>  - 2.2.2-3
83157e
- Move selinux.go to /usr/lib64/golang/src/pkg/github.com/selinux/selinux.go
83157e
- Add Int_to_mcs function to generate MCS labels from integers.
83157e
83157e
* Tue Jan 14 2014 Dan Walsh <dwalsh@redhat.com>  - 2.2.2-2
83157e
- Add ghost flag for /var/run/setrans
83157e
83157e
* Mon Jan 6 2014 Dan Walsh <dwalsh@redhat.com>  - 2.2.2-1
83157e
- Update to upstream 
83157e
      * Fix userspace AVC handling of per-domain permissive mode.
83157e
- Verify context is not null when passed into *setfilecon_raw
83157e
83157e
* Fri Dec 27 2013 Adam Williamson <awilliam@redhat.com> - 2.2.1-6
83157e
- revert unexplained change to rhat.patch which broke SELinux disablement
83157e
83157e
* Mon Dec 23 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.1-5
83157e
- Verify context is not null when passed into lsetfilecon_raw
83157e
83157e
* Wed Dec 18 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.1-4
83157e
- Mv selinux.go to /usr/share/gocode/src/selinux
83157e
83157e
* Tue Dec 17 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.1-3
83157e
- Add golang support to selinux.
83157e
83157e
* Thu Dec 5 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.1-2
83157e
- Remove togglesebool man page
83157e
83157e
* Mon Nov 25 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.1-1
83157e
- Update to upstream 
83157e
	* Remove -lpthread from pkg-config file; it is not required.
83157e
- Add support for policy compressed with xv
83157e
83157e
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
83157e
- Update to upstream 
83157e
	* Fix avc_has_perm() returns -1 even when SELinux is in permissive mode.
83157e
	* Support overriding Makefile RANLIB from Sven Vermeulen.
83157e
	* Update pkgconfig definition from Sven Vermeulen.
83157e
	* Mount sysfs before trying to mount selinuxfs from Sven Vermeulen.
83157e
	* Fix man pages from Laurent Bigonville.
83157e
	* Support overriding PATH  and LIBBASE in Makefiles from Laurent Bigonville.
83157e
	* Fix LDFLAGS usage from Laurent Bigonville
83157e
	* Avoid shadowing stat in load_mmap from Joe MacDonald.
83157e
	* Support building on older PCRE libraries from Joe MacDonald.
83157e
	* Fix handling of temporary file in sefcontext_compile from Dan Walsh.
83157e
	* Fix procattr cache from Dan Walsh.
83157e
	* Define python constants for getenforce result from Dan Walsh.
83157e
	* Fix label substitution handling of / from Dan Walsh.
83157e
	* Add selinux_current_policy_path from Dan Walsh.
83157e
	* Change get_context_list to only return good matches from Dan Walsh.
83157e
	* Support udev-197 and higher from Sven Vermeulen and Dan Walsh.
83157e
	* Add support for local substitutions from Dan Walsh.
83157e
	* Change setfilecon to not return ENOSUP if context is already correct from Dan Walsh.
83157e
	* Python wrapper leak fixes from Dan Walsh.
83157e
	* Export SELINUX_TRANS_DIR definition in selinux.h from Dan Walsh.
83157e
	* Add selinux_systemd_contexts_path from Dan Walsh.
83157e
	* Add selinux_set_policy_root from Dan Walsh.
83157e
	* Add man page for sefcontext_compile from Dan Walsh.
83157e
83157e
* Fri Oct 4 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-21
83157e
- Add systemd_contexts support
83157e
- Do substitutions on a local sub followed by a dist sub
83157e
83157e
* Thu Oct 3 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-20
83157e
- Eliminate requirement on pthread library, by applying patch for Jakub Jelinek 
83157e
Resolves #1013801
83157e
83157e
* Mon Sep 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-19
83157e
- Fix handling of libselinux getconlist with only one entry
83157e
83157e
* Tue Sep 3 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-17
83157e
- Add Python constants for SELinux enforcing modes
83157e
83157e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.13-17
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
83157e
83157e
* Fri Jun 28 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-16
83157e
- Add sefcontext_compile.8  man page
83157e
- Add Russell Coker  patch to fix man pages
83157e
- Add patches from Laurent Bigonville to fix Makefiles for debian.
83157e
- modify spec file to use %%{_prefix}/lib
83157e
83157e
* Mon May 6 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-15
83157e
- Fix patch that Handles substitutions for /
83157e
83157e
* Wed Apr 17 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-14
83157e
- Handle substitutions for /
83157e
- semanage fcontext -a -e  / /opt/rh/devtoolset-2/root
83157e
83157e
* Tue Apr 9 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-13
83157e
- Add Eric Paris patch to fix procattr calls after a fork.
83157e
83157e
* Tue Mar 26 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-12
83157e
- Move secolor.conf.5 into mcstrans package and out of libselinux 
83157e
83157e
* Wed Mar 20 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-11
83157e
- Fix python bindings for selinux_check_access
83157e
83157e
* Tue Mar 19 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-10
83157e
- Fix reseting the policy root in matchpathcon
83157e
83157e
* Wed Mar 6 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-9
83157e
- Cleanup setfcontext_compile atomic patch
83157e
- Add matchpathcon -P /etc/selinux/mls support by allowing users to set alternate root
83157e
- Make sure we set exit codes from selinux_label calls to ENOENT or SUCCESS
83157e
83157e
* Wed Mar 6 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-8
83157e
- Make setfcontext_compile atomic
83157e
83157e
* Wed Mar 6 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-7
83157e
- Fix memory leak in set*con calls.
83157e
83157e
* Thu Feb 28 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-6
83157e
- Move matchpathcon to -utils package
83157e
- Remove togglesebool
83157e
83157e
* Thu Feb 21 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-5
83157e
- Fix selinux man page to reflect what current selinux policy is.
83157e
83157e
* Fri Feb 15 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-4
83157e
- Add new constant SETRANS_DIR which points to the directory where mstransd can find the socket and libvirt can write its translations files.
83157e
83157e
* Fri Feb 15 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-3
83157e
- Bring back selinux_current_policy_path
83157e
83157e
* Thu Feb 14 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-2
83157e
- Revert some changes which are causing the wrong policy version file to be created
83157e
83157e
* Thu Feb 7 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.13-1
83157e
- Update to upstream 
83157e
        * audit2why: make sure path is nul terminated
83157e
        * utils: new file context regex compiler
83157e
        * label_file: use precompiled filecontext when possible
83157e
        * do not leak mmapfd
83157e
        * sefcontontext_compile: Add error handling to help debug problems in libsemanage.
83157e
        * man: make selinux.8 mention service man pages
83157e
        * audit2why: Fix segfault if finish() called twice
83157e
        * audit2why: do not leak on multiple init() calls
83157e
        * mode_to_security_class: interface to translate a mode_t in to a security class
83157e
        * audit2why: Cleanup audit2why analysys function
83157e
        * man: Fix program synopsis and function prototypes in man pages
83157e
        * man: Fix man pages formatting
83157e
        * man: Fix typo in man page
83157e
        * man: Add references and man page links to _raw function variants
83157e
        * Use ENOTSUP instead of EOPNOTSUPP for getfilecon functions
83157e
        * man: context_new(3): fix the return value description
83157e
        * selinux_status_open: handle error from sysconf
83157e
        * selinux_status_open: do not leak statusfd on exec
83157e
        * Fix errors found by coverity
83157e
        * Change boooleans.subs to booleans.subs_dist.
83157e
        * optimize set*con functions
83157e
        * pkg-config do not specifc ruby version
83157e
        * unmap file contexts on selabel_close()
83157e
        * do not leak file contexts with mmap'd backend
83157e
        * sefcontext_compile: do not leak fd on error
83157e
        * matchmediacon: do not leak fd 
83157e
        * src/label_android_property: do not leak fd on error
83157e
83157e
* Sun Jan 27 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-20
83157e
- Update to latest patches from eparis/Upstream
83157e
83157e
* Fri Jan 25 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-19
83157e
- Update to latest patches from eparis/Upstream
83157e
83157e
* Wed Jan 23 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-18
83157e
- Try procatt speedup patch again
83157e
83157e
* Wed Jan 23 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-17
83157e
- Roll back procattr speedups since it seems to be screwing up systemd labeling.
83157e
83157e
* Tue Jan 22 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-16
83157e
- Fix tid handling for setfscreatecon, old patch still broken in libvirt
83157e
83157e
* Wed Jan 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-15
83157e
- Fix tid handling for setfscreatecon, old patch still broken in libvirt
83157e
83157e
* Mon Jan 14 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-14
83157e
- setfscreatecon after fork was broken by the Set*con patch.
83157e
- We needed to reset the thread variables after a fork.
83157e
83157e
* Thu Jan 10 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-13
83157e
- Fix setfscreatecon call to handle failure mode, which was breaking udev
83157e
83157e
* Wed Jan 9 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-12
83157e
- Ondrej Oprala patch to optimize set*con functions
83157e
-    Set*con now caches the security context and only re-sets it if it changes.
83157e
83157e
* Tue Jan 8 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-11
83157e
- Rebuild against latest libsepol
83157e
83157e
* Fri Jan 4 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-10
83157e
- Update to latest patches from eparis/Upstream
83157e
-    Fix errors found by coverity
83157e
-    set the sepol_compute_av_reason_buffer flag to 0.  This means calculate denials only?
83157e
-    audit2why: remove a useless policy vers variable
83157e
-    audit2why: use the new constraint information
83157e
83157e
* Mon Nov 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-9
83157e
- Rebuild with latest libsepol
83157e
83157e
* Fri Nov 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-8
83157e
- Return EPERM if login program can not reach default label for user
83157e
- Attempt to return container info from audit2why
83157e
83157e
* Thu Nov 1 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-7
83157e
- Apply patch from eparis to fix leaked file descriptor in new labeling code
83157e
83157e
* Fri Oct 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-6
83157e
- Add new function mode_to_security_class which takes mode instead of a string.
83157e
- Possibly will be used with coreutils.
83157e
83157e
* Mon Oct 15 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-5
83157e
- Add back selinuxconlist and selinuxdefcon man pages
83157e
83157e
* Mon Oct 15 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-4
83157e
- Fix segfault from calling audit2why.finish() multiple times
83157e
83157e
* Fri Oct 12 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-3
83157e
- Fix up selinux man page to reference service man pages
83157e
83157e
* Wed Sep 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-2
83157e
- Rebuild with fixed libsepol
83157e
83157e
* Thu Sep 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-1
83157e
- Update to upstream 
83157e
	* Add support for lxc_contexts_path
83157e
	* utils: add service to getdefaultcon
83157e
	* libsemanage: do not set soname needlessly
83157e
	* libsemanage: remove PYTHONLIBDIR and ruby equivalent
83157e
	* boolean name equivalency
83157e
	* getsebool: support boolean name substitution
83157e
	* Add man page for new selinux_boolean_sub function.
83157e
	* expose selinux_boolean_sub
83157e
	* matchpathcon: add -m option to force file type check
83157e
	* utils: avcstat: clear sa_mask set
83157e
	* seusers: Check for strchr failure
83157e
	* booleans: initialize pointer to silence coveriety
83157e
	* stop messages when SELinux disabled
83157e
	* label_file: use PCRE instead of glibc regex functions
83157e
	* label_file: remove all typedefs
83157e
	* label_file: move definitions to include file
83157e
	* label_file: do string to mode_t conversion in a helper function
83157e
	* label_file: move error reporting back into caller
83157e
	* label_file: move stem/spec handling to header
83157e
	* label_file: drop useless ncomp field from label_file data
83157e
	* label_file: move spec_hasMetaChars to header
83157e
	* label_file: fix potential read past buffer in spec_hasMetaChars
83157e
	* label_file: move regex sorting to the header
83157e
	* label_file: add accessors for the pcre extra data
83157e
	* label_file: only run regex files one time
83157e
	* label_file: new process_file function
83157e
	* label_file: break up find_stem_from_spec
83157e
	* label_file: struct reorg
83157e
	* label_file: only run array once when sorting
83157e
	* Ensure that we only close the selinux netlink socket once.
83157e
	* improve the file_contexts.5 manual page
83157e
83157e
* Fri Aug 03 2012 David Malcolm <dmalcolm@redhat.com> - 2.1.11-6
83157e
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
83157e
83157e
* Wed Aug  1 2012 David Malcolm <dmalcolm@redhat.com> - 2.1.11-5
83157e
- make with_python3 be conditional on fedora
83157e
83157e
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.11-4
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
83157e
83157e
* Mon Jul 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-3
83157e
- Move the tmpfiles.d content from /etc/tmpfiles.d to /usr/lib/tmpfiles.d
83157e
83157e
* Fri Jul 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-2
83157e
- Revert Eric Paris Patch for selinux_binary_policy_path
83157e
83157e
* Wed Jul 4 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.11-1
83157e
- Update to upstream 
83157e
	* Fortify source now requires all code to be compiled with -O flag
83157e
	* asprintf return code must be checked
83157e
	* avc_netlink_recieve handle EINTR
83157e
	* audit2why: silence -Wmissing-prototypes warning
83157e
	* libsemanage: remove build warning when build swig c files
83157e
	* matchpathcon: bad handling of symlinks in /
83157e
	* seusers: remove unused lineno
83157e
	* seusers: getseuser: gracefully handle NULL service
83157e
	* New Android property labeling backend
83157e
	* label_android_property whitespace cleanups
83157e
	* additional makefile support for rubywrap
83157e
83157e
* Mon Jun 11 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-5
83157e
- Fix booleans.subs name, change function name to selinux_boolean_sub, 
83157e
  add man page, minor fixes to the function
83157e
83157e
* Fri May 25 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-4
83157e
- Fix to compile with Fortify source
83157e
      * Add -O compiler flag
83157e
      * Check return code from asprintf
83157e
- Fix handling of symbolic links in / by realpath_not_final
83157e
83157e
* Tue Apr 17 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-3
83157e
- Add support for lxc contexts file
83157e
83157e
* Fri Mar 30 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-2
83157e
- Add support fot boolean subs file
83157e
83157e
* Thu Mar 29 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-1
83157e
- Update to upstream 
83157e
	* Fix dead links to www.nsa.gov/selinux
83157e
	* Remove jump over variable declaration
83157e
	* Fix old style function definitions
83157e
	* Fix const-correctness
83157e
	* Remove unused flush_class_cache method
83157e
	* Add prototype decl for destructor
83157e
	* Add more printf format annotations
83157e
	* Add printf format attribute annotation to die() method
83157e
	* Fix const-ness of parameters & make usage() methods static
83157e
	* Enable many more gcc warnings for libselinux/src/ builds
83157e
	* utils: Enable many more gcc warnings for libselinux/utils builds
83157e
	* Change annotation on include/selinux/avc.h to avoid upsetting SWIG
83157e
	* Ensure there is a prototype for 'matchpathcon_lib_destructor'
83157e
	* Update Makefiles to handle /usrmove
83157e
	* utils: Stop separating out matchpathcon as something special
83157e
	* pkg-config to figure out where ruby include files are located
83157e
	* build with either ruby 1.9 or ruby 1.8
83157e
	* assert if avc_init() not called
83157e
	* take security_deny_unknown into account
83157e
	* security_compute_create_name(3)
83157e
	* Do not link against python library, this is considered
83157e
	* bad practice in debian
83157e
	* Hide unnecessarily-exported library destructors
83157e
83157e
* Thu Feb 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-9
83157e
- Add selinux_current_policy_path to return /sys/fs/selinux/policy if it exists
83157e
- Otherwise search for policy on disk
83157e
83157e
* Wed Feb 15 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-8
83157e
- Change selinux_binary_policy_path to return /sys/fs/selinux/policy
83157e
- Add selinux_installed_policy_path to return what selinux_binary_policy_path used to return
83157e
- avc_has_perm will now return yes if the machine is in permissive mode
83157e
- Make work with ruby-1.9
83157e
83157e
* Fri Feb 3 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-7
83157e
- avc_netlink_recieve should continue to poll if it receinves an EINTR rather 
83157e
83157e
* Sun Jan 29 2012 Kay Sievers <kay@redhat.com> - 2.1.9-6
83157e
- use /sbin/ldconfig, glibc does not provide
83157e
  /usr/sbin/ldconfig in the RPM database for now
83157e
83157e
* Fri Jan 27 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-5
83157e
- Rebuild with cleaned up upstream to work in /usr
83157e
83157e
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 2.1.9-4
83157e
- install everything in /usr
83157e
  https://fedoraproject.org/wiki/Features/UsrMove
83157e
83157e
* Mon Jan 23 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-3
83157e
- Add Dan Berrange code cleanup patches.
83157e
83157e
* Wed Jan 4 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.9-2
83157e
- Fix selabal_open man page to refer to proper selinux_opt structure
83157e
83157e
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.9-1
83157e
-Update to upstream
83157e
	* Fix setenforce man page to refer to selinux man page
83157e
	* Cleanup Man pages
83157e
	* merge freecon with getcon man page
83157e
83157e
* Mon Dec 19 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-5
83157e
- Add patch from Richard Haines
83157e
      When selabel_lookup found an invalid context with validation enabled, it
83157e
      always stated it was 'file_contexts' whether media, x, db or file.
83157e
      The fix is to store the spec file name in the selabel_lookup_rec on
83157e
      selabel_open and use this as output for logs. Also a minor fix if key is
83157e
      NULL to stop seg faults.
83157e
- Fix setenforce manage page.
83157e
83157e
* Thu Dec 15 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-4
83157e
- Rebuild with new libsepol
83157e
83157e
* Tue Dec 6 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-2
83157e
- Fix setenforce man page, from Miroslav Grepl
83157e
83157e
* Tue Dec 6 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-1
83157e
- Upgrade to upstream
83157e
	* selinuxswig_python.i: don't make syscall if it won't change anything
83157e
	* Remove assert in security_get_boolean_names(3)
83157e
	* Mapped compute functions now obey deny_unknown flag
83157e
	* get_default_type now sets EINVAL if no entry.
83157e
	* return EINVAL if invalid role selected
83157e
	* Updated selabel_file(5) man page
83157e
	* Updated selabel_db(5) man page
83157e
	* Updated selabel_media(5) man page
83157e
	* Updated selabel_x(5) man page
83157e
	* Add man/man5 man pages
83157e
	* Add man/man5 man pages
83157e
	* Add man/man5 man pages
83157e
	* use -W and -Werror in utils
83157e
83157e
* Tue Nov 29 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-2
83157e
- Change python binding for restorecon to check if the context matches.
83157e
- If it does do not reset
83157e
83157e
* Fri Nov 4 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.7-1
83157e
- Upgrade to upstream
83157e
	* Makefiles: syntax, convert all ${VAR} to $(VAR)
83157e
	* load_policy: handle selinux=0 and /sys/fs/selinux not exist
83157e
	* regenerate .pc on VERSION change
83157e
	* label: cosmetic cleanups
83157e
	* simple interface for access checks
83157e
	* Don't reinitialize avc_init if it has been called previously
83157e
	* seusers: fix to handle large sets of groups
83157e
	* audit2why: close fd on enomem
83157e
	* rename and export symlink_realpath
83157e
	* label_file: style changes to make Eric happy.
83157e
83157e
* Mon Oct 24 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-4
83157e
- Apply libselinux patch to handle large groups in seusers.
83157e
83157e
* Wed Oct 19 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-3
83157e
- Add selinux_check_access function. Needed for passwd, chfn, chsh
83157e
83157e
* Thu Sep 22 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-2
83157e
- Handle situation where selinux=0 passed to the kernel and both /selinux and 
83157e
83157e
* Mon Sep 19 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-1
83157e
-Update to upstream
83157e
	* utils: matchpathcon: remove duplicate declaration
83157e
	* src: matchpathcon: use myprintf not fprintf
83157e
	* src: matchpathcon: make sure resolved path starts
83157e
	* put libselinux.so.1 in /lib not /usr/lib
83157e
	* tree: default make target to all not
83157e
83157e
* Wed Sep 14 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-5
83157e
- Switch to use ":" as prefix separator rather then ";"
83157e
83157e
* Thu Sep  8 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.1.5-4
83157e
- Avoid unnecessary shell invocation in %%post.
83157e
83157e
* Tue Sep 6 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-3
83157e
- Fix handling of subset labeling that is causing segfault in restorecon
83157e
83157e
* Fri Sep 2 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-2
83157e
- Change matchpathcon_init_prefix and selabel_open to allow multiple initial 
83157e
prefixes.  Now you can specify a ";" separated list of prefixes and the 
83157e
labeling system will only load regular expressions that match these prefixes.
83157e
83157e
* Tue Aug 30 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.5-1
83157e
- Change matchpatcon to use proper myprintf
83157e
- Fix symlink_realpath to always include "/"
83157e
- Update to upstream
83157e
	* selinux_file_context_verify function returns wrong value.
83157e
	* move realpath helper to matchpathcon library
83157e
	* python wrapper makefile changes
83157e
83157e
* Mon Aug 22 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-2
83157e
- Move to new Makefile that can build with or without PYTHON being set
83157e
83157e
* Thu Aug 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-1
83157e
-Update to upstream
83157e
2.1.4 2011-0817
83157e
	* mapping fix for invalid class/perms after selinux_set_mapping
83157e
	* audit2why: work around python bug not defining
83157e
	* resolv symlinks and dot directories before matching
83157e
83157e
2.1.2 2011-0803
83157e
	* audit2allow: do not print statistics
83157e
	* make python bindings for restorecon work on relative path
83157e
	* fix python audit2why binding error
83157e
	* support new python3 functions
83157e
	* do not check fcontext duplicates on use
83157e
	* Patch for python3 for libselinux
83157e
83157e
2.1.1 2011-08-02
83157e
	* move .gitignore into utils
83157e
	* new setexecon utility
83157e
	* selabel_open fix processing of substitution files
83157e
	* mountpoint changing patch.
83157e
	* simplify SRCS in Makefile
83157e
83157e
2.1.1 2011-08-01
83157e
	* Remove generated files, introduce more .gitignore
83157e
83157e
83157e
83157e
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.0-1
83157e
-Update to upstream
83157e
	* Release, minor version bump
83157e
	* Give correct names to mount points in load_policy by Dan Walsh.
83157e
	* Make sure selinux state is reported correctly if selinux is disabled or
83157e
	fails to load by Dan Walsh.
83157e
	* Fix crash if selinux_key_create was never called by Dan Walsh.
83157e
	* Add new file_context.subs_dist for distro specific filecon substitutions
83157e
	by Dan Walsh.
83157e
	* Update man pages for selinux_color_* functions by Richard Haines.
83157e
83157e
* Mon Jun 13 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.102-6
83157e
- Only call dups check within selabel/matchpathcon if you are validating the 
83157e
context
83157e
- This seems to speed the loading of labels by 4 times.
83157e
83157e
* Fri Apr 29 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.102-5
83157e
- Move /selinux to /sys/fs/selinux
83157e
- Add selinuxexeccon
83157e
- Add realpath to matchpathcon to handle matchpathcon * type queries.
83157e
83157e
* Thu Apr 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.102-4
83157e
- Update for latest libsepol
83157e
83157e
* Mon Apr 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.102-3
83157e
- Update for latest libsepol
83157e
83157e
* Wed Apr 13 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.102-2
83157e
- Fix restorecon python binding to accept relative paths
83157e
83157e
* Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.102-1
83157e
-Update to upstream
83157e
	* Give correct names to mount points in load_policy by Dan Walsh.
83157e
	* Make sure selinux state is reported correctly if selinux is disabled or
83157e
	fails to load by Dan Walsh.
83157e
	* Fix crash if selinux_key_create was never called by Dan Walsh.
83157e
	* Add new file_context.subs_dist for distro specific filecon substitutions
83157e
	by Dan Walsh.
83157e
	* Update man pages for selinux_color_* functions by Richard Haines.
83157e
83157e
* Wed Apr 6 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.101-1
83157e
- Clean up patch to make handling of constructor  cleanup more portable
83157e
  * db_language object class support for selabel_lookup from KaiGai Kohei.
83157e
  * Library destructors for thread local storage keys from Eamon Walsh.
83157e
83157e
* Tue Apr 5 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.99-5
83157e
- Add distribution subs path
83157e
83157e
* Tue Apr 5 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.99-4
83157e
Add patch from dbhole@redhat.com to initialize thread keys to -1
83157e
Errors were being seen in libpthread/libdl that were related
83157e
to corrupt thread specific keys. Global destructors that are called on dl 
83157e
unload. During destruction delete a thread specific key without checking 
83157e
if it has been initialized. Since the constructor is not called each time 
83157e
(i.e. key is not initialized with pthread_key_create each time), and the 
83157e
default is 0, there is a possibility that key 0 for an active thread gets 
83157e
deleted. This is exactly what is happening in case of OpenJDK.
83157e
83157e
Workaround patch that initializes the key to -1. Thus if the constructor is not
83157e
called, the destructor tries to delete key -1 which is deemed invalid by 
83157e
pthread_key_delete, and is ignored.
83157e
83157e
* Tue Apr 5 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.99-3
83157e
- Call fini_selinuxmnt if selinux is disabled, to cause is_selinux_disabled() to report correct data
83157e
83157e
* Fri Apr 1 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.99-2
83157e
- Change mount source options to use "proc" and "selinuxfs"
83157e
83157e
* Tue Mar 1 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.99-1
83157e
- Update to upstream
83157e
  * Turn off default user handling when computing user contexts by Dan Walsh
83157e
83157e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
83157e
83157e
* Tue Feb 1 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.98-3
83157e
- Fixup selinux man page
83157e
83157e
* Tue Jan 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.98-2
83157e
- Fix Makefile to use pkg-config --cflags python3 to discover include paths
83157e
83157e
* Tue Dec 21 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.98-1
83157e
- Update to upstream 
83157e
  - Turn off fallback in to SELINUX_DEFAULTUSER in get_context_list
83157e
83157e
* Mon Dec 6 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.97-1
83157e
- Update to upstream 
83157e
	* Thread local storage fixes from Eamon Walsh.
83157e
83157e
* Sat Dec 4 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.96-9
83157e
- Add /etc/tmpfiles.d support for /var/run/setrans
83157e
83157e
* Wed Nov 24 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.96-8
83157e
- Ghost /var/run/setrans
83157e
83157e
* Wed Sep 29 2010 jkeating - 2.0.96-7
83157e
- Rebuilt for gcc bug 634757
83157e
83157e
* Thu Sep 16 2010 Adam Tkac <atkac redhat com> - 2.0.96-6
83157e
- rebuild via updated swig (#624674)
83157e
83157e
* Sun Aug 22 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.96-5
83157e
- Update for python 3.2a1
83157e
83157e
* Tue Jul 27 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.96-4
83157e
- Turn off fallback in to SELINUX_DEFAULTUSER in get_context_list
83157e
83157e
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.96-3
83157e
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
83157e
83157e
* Fri Jun 25 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.96-2
83157e
- Turn off messages in audit2why
83157e
83157e
* Wed Mar 24 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.96-1
83157e
- Update to upstream 
83157e
	* Add const qualifiers to public API where appropriate by KaiGai Kohei.
83157e
83157e
2.0.95 2010-06-10
83157e
	* Remove duplicate slashes in paths in selabel_lookup from Chad Sellers
83157e
	* Adds a chcon method to the libselinux python bindings from Steve Lawrence
83157e
- add python3 subpackage from David Malcolm 
83157e
83157e
* Wed Mar 24 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.94-1
83157e
* Set errno=EINVAL for invalid contexts from Dan Walsh.
83157e
83157e
* Tue Mar 16 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.93-1
83157e
- Update to upstream 
83157e
	* Show strerror for security_getenforce() by Colin Waters.
83157e
	* Merged selabel database support by KaiGai Kohei.
83157e
	* Modify netlink socket blocking code by KaiGai Kohei.
83157e
83157e
* Sun Mar 7 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.92-1
83157e
- Update to upstream 
83157e
	* Fix from Eric Paris to fix leak on non-selinux systems.
83157e
	* regenerate swig wrappers
83157e
	* pkgconfig fix to respect LIBDIR from Dan Walsh.
83157e
83157e
* Wed Feb 24 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.91-1
83157e
- Update to upstream 
83157e
	* Change the AVC to only audit the permissions specified by the
83157e
	policy, excluding any permissions specified via dontaudit or not
83157e
	specified via auditallow.
83157e
	* Fix compilation of label_file.c with latest glibc headers.
83157e
83157e
* Mon Feb 22 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.90-5
83157e
- Fix potential doublefree on init
83157e
83157e
* Thu Feb 18 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.90-4
83157e
- Fix libselinux.pc
83157e
83157e
* Mon Jan 18 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.90-3
83157e
- Fix man page for selinuxdefcon
83157e
83157e
* Mon Jan 4 2010 Dan Walsh <dwalsh@redhat.com> - 2.0.90-2
83157e
- Free memory on disabled selinux boxes
83157e
83157e
* Tue Dec 1 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.90-1
83157e
- Update to upstream 
83157e
	* add/reformat man pages by Guido Trentalancia <guido@trentalancia.com>.
83157e
	* Change exception.sh to be called with bash by Manoj Srivastava <srivasta@debian.org>
83157e
83157e
* Mon Nov 2 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.89-2
83157e
- Fix selinuxdefcon man page
83157e
83157e
* Mon Nov 2 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.89-1
83157e
- Update to upstream 
83157e
	* Add pkgconfig file from Eamon Walsh.
83157e
83157e
* Thu Oct 29 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.88-1
83157e
- Update to upstream 
83157e
	* Rename and export selinux_reset_config()
83157e
83157e
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.87-1
83157e
- Update to upstream 
83157e
	* Add exception handling in libselinux from Dan Walsh. This uses a
83157e
	  shell script called exception.sh to generate a swig interface file.
83157e
	* make swigify
83157e
	* Make matchpathcon print <<none>> if path not found in fcontext file.
83157e
83157e
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.86-2
83157e
- Eliminate -pthread switch in Makefile
83157e
83157e
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.86-1
83157e
- Update to upstream 
83157e
	* Removal of reference counting on userspace AVC SID's.
83157e
83157e
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.85-2
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
83157e
83157e
* Tue Jul 7 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.85-1
83157e
- Update to upstream 
83157e
	* Reverted Tomas Mraz's fix for freeing thread local storage to avoid
83157e
	pthread dependency.
83157e
	* Removed fini_context_translations() altogether.
83157e
	* Merged lazy init patch from Stephen Smalley based on original patch
83157e
	by Steve Grubb.
83157e
83157e
* Tue Jul 7 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.84-1
83157e
- Update to upstream 
83157e
	* Add per-service seuser support from Dan Walsh.
83157e
	* Let load_policy gracefully handle selinuxfs being mounted from Stephen Smalley.
83157e
	* Check /proc/filesystems before /proc/mounts for selinuxfs from Eric
83157e
	Paris.
83157e
83157e
* Wed Jun 24 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.82-2
83157e
- Add provices ruby(selinux)
83157e
83157e
* Tue Jun 23 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.82-1
83157e
- Update to upstream 
83157e
	* Fix improper use of thread local storage from Tomas Mraz <tmraz@redhat.com>.
83157e
	* Label substitution support from Dan Walsh.
83157e
	* Support for labeling virtual machine images from Dan Walsh.
83157e
83157e
* Mon May 18 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.81-1
83157e
- Update to upstream 
83157e
	* Trim / from the end of input paths to matchpathcon from Dan Walsh.
83157e
	* Fix leak in process_line in label_file.c from Hiroshi Shinji.
83157e
	* Move matchpathcon to /sbin, add matchpathcon to clean target from Dan Walsh.
83157e
	* getdefaultcon to print just the correct match and add verbose option from Dan Walsh.
83157e
83157e
* Wed Apr 8 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.80-1
83157e
- Update to upstream 
83157e
	* deny_unknown wrapper function from KaiGai Kohei.
83157e
	* security_compute_av_flags API from KaiGai Kohei.
83157e
	* Netlink socket management and callbacks from KaiGai Kohei.
83157e
83157e
* Fri Apr 3 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.79-6
83157e
- Fix Memory Leak
83157e
83157e
* Thu Apr 2 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.79-5
83157e
- Fix crash in python
83157e
83157e
* Sun Mar 29 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.79-4
83157e
- Add back in additional interfaces
83157e
83157e
* Fri Mar 27 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.79-3
83157e
- Add back in av_decision to python swig
83157e
83157e
* Thu Mar 12 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.79-1
83157e
- Update to upstream 
83157e
	* Netlink socket handoff patch from Adam Jackson.
83157e
	* AVC caching of compute_create results by Eric Paris.
83157e
83157e
* Tue Mar 10 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.78-5
83157e
- Add patch from ajax to accellerate X SELinux 
83157e
- Update eparis patch
83157e
83157e
* Mon Mar 9 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.78-4
83157e
- Add eparis patch to accellerate Xwindows performance
83157e
83157e
* Mon Mar 9 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.78-3
83157e
- Fix URL 
83157e
83157e
* Fri Mar 6 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.78-2
83157e
- Add substitute pattern 
83157e
- matchpathcon output <<none>> on ENOENT
83157e
83157e
* Mon Mar 2 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.78-1
83157e
- Update to upstream
83157e
	* Fix incorrect conversion in discover_class code.
83157e
83157e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.77-6
83157e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
83157e
83157e
* Wed Feb 18 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.77-5
83157e
- Add 
83157e
  - selinux_virtual_domain_context_path
83157e
  - selinux_virtual_image_context_path
83157e
83157e
* Tue Jan 6 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.77-3
83157e
- Throw exeptions in python swig bindings on failures
83157e
83157e
* Tue Jan 6 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.77-2
83157e
- Fix restorecon python code
83157e
83157e
* Tue Jan 6 2009 Dan Walsh <dwalsh@redhat.com> - 2.0.77-1
83157e
- Update to upstream
83157e
83157e
* Tue Dec 16 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.76-6
83157e
- Strip trailing / for matchpathcon
83157e
83157e
* Tue Dec 16 2008 Dan Walsh <dwalsh@redhat.com>l - 2.0.76-5
83157e
- Fix segfault if seusers file does not work
83157e
83157e
* Fri Dec 12 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.76-4
83157e
- Add new function getseuser which will take username and service and return
83157e
- seuser and level.  ipa will populate file in future.
83157e
- Change selinuxdefcon to return just the context by default
83157e
83157e
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.0.76-2
83157e
- Rebuild for Python 2.6
83157e
83157e
* Mon Nov 17 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.76-1
83157e
- Update to Upstream
83157e
	* Allow shell-style wildcards in x_contexts file.
83157e
83157e
* Mon Nov 17 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.75-2
83157e
- Eamon Walsh Patch - libselinux: allow shell-style wildcarding in X names
83157e
- Add Restorecon/Install python functions from Luke Macken
83157e
83157e
* Fri Nov 7 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.75-1
83157e
- Update to Upstream
83157e
	* Correct message types in AVC log messages.
83157e
	* Make matchpathcon -V pass mode from Dan Walsh.
83157e
	* Add man page for selinux_file_context_cmp from Dan Walsh.
83157e
83157e
* Tue Sep 30 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.73-1
83157e
- Update to Upstream
83157e
	* New man pages from Dan Walsh.
83157e
	* Update flask headers from refpolicy trunk from Dan Walsh.
83157e
83157e
* Fri Sep 26 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.71-6
83157e
- Fix matchpathcon -V call 
83157e
83157e
* Tue Sep 9 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.71-5
83157e
- Add flask definitions for open, X and nlmsg_tty_audit
83157e
83157e
* Tue Sep 9 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.71-4
83157e
- Add missing get/setkeycreatecon man pages
83157e
83157e
* Tue Sep 9 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.71-3
83157e
- Split out utilities
83157e
83157e
* Tue Sep 9 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.71-2
83157e
- Add missing man page links for [lf]getfilecon
83157e
83157e
* Tue Aug 5 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.71-1
83157e
- Update to Upstream
83157e
	* Add group support to seusers using %%groupname syntax from Dan Walsh.
83157e
	* Mark setrans socket close-on-exec from Stephen Smalley.
83157e
	* Only apply nodups checking to base file contexts from Stephen Smalley.
83157e
83157e
* Fri Aug 1 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.70-1
83157e
- Update to Upstream
83157e
	* Merge ruby bindings from Dan Walsh.
83157e
- Add support for Linux groups to getseuserbyname
83157e
83157e
* Fri Aug 1 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.69-2
83157e
- Allow group handling in getseuser call
83157e
83157e
* Tue Jul 29 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.69-1
83157e
- Update to Upstream
83157e
	* Handle duplicate file context regexes as a fatal error from Stephen Smalley.
83157e
	  This prevents adding them via semanage.
83157e
	* Fix audit2why shadowed variables from Stephen Smalley.
83157e
	* Note that freecon NULL is legal in man page from Karel Zak.
83157e
83157e
* Wed Jul 9 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.67-4
83157e
- Add ruby support for puppet
83157e
83157e
* Tue Jul 8 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.67-3
83157e
- Rebuild for new libsepol
83157e
83157e
* Sun Jun 29 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.67-2
83157e
- Add Karel Zak patch for freecon man page
83157e
83157e
* Sun Jun 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.67-1
83157e
- Update to Upstream
83157e
	* New and revised AVC, label, and mapping man pages from Eamon Walsh.
83157e
	* Add swig python bindings for avc interfaces from Dan Walsh.
83157e
83157e
* Sun Jun 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.65-1
83157e
- Update to Upstream
83157e
	* Fix selinux_file_context_verify() and selinux_lsetfilecon_default() to call matchpathcon_init_prefix if not already initialized.
83157e
	* Add -q qualifier for -V option of matchpathcon and change it to indicate whether verification succeeded or failed via exit status.
83157e
83157e
* Fri May 16 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.64-3
83157e
- libselinux no longer neets to telnet -u in post install
83157e
83157e
* Wed May 7 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.64-2
83157e
- Add sedefaultcon and setconlist commands to dump login context
83157e
83157e
* Tue Apr 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.64-1
83157e
- Update to Upstream
83157e
	* Fixed selinux_set_callback man page.
83157e
	* Try loading the max of the kernel-supported version and the libsepol-supported version when no manipulation of the binary policy is needed from Stephen Smalley.
83157e
	* Fix memory leaks in matchpathcon from Eamon Walsh.
83157e
83157e
* Wed Apr 16 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.61-4
83157e
- Add Xavior Toth patch for security_id_t in swig
83157e
83157e
* Thu Apr 10 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.61-3
83157e
- Add avc.h to swig code
83157e
83157e
* Wed Apr 9 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.61-2
83157e
- Grab the latest policy for the kernel
83157e
83157e
* Tue Apr 1 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.61-1
83157e
- Update to Upstream
83157e
	* Man page typo fix from Jim Meyering.
83157e
83157e
* Sun Mar 23 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.60-1
83157e
- Update to Upstream
83157e
	* Changed selinux_init_load_policy() to not warn about a failed mount of selinuxfs if selinux was disabled in the kernel.
83157e
83157e
* Thu Mar 13 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.59-2
83157e
- Fix matchpathcon memory leak
83157e
83157e
* Fri Feb 29 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.59-1
83157e
- Update to Upstream
83157e
	* Merged new X label "poly_selection" namespace from Eamon Walsh.
83157e
83157e
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.58-1
83157e
- Update to Upstream
83157e
	* Merged reset_selinux_config() for load policy from Dan Walsh.
83157e
83157e
* Thu Feb 28 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.57-2
83157e
- Reload library on loading of policy to handle chroot
83157e
83157e
* Mon Feb 25 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.57-1
83157e
- Update to Upstream
83157e
	* Merged avc_has_perm() errno fix from Eamon Walsh.
83157e
83157e
* Fri Feb 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.56-1
83157e
- Update to Upstream
83157e
	* Regenerated Flask headers from refpolicy flask definitions.
83157e
83157e
* Wed Feb 13 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.55-1
83157e
- Update to Upstream
83157e
	* Merged compute_member AVC function and manpages from Eamon Walsh.
83157e
	* Provide more error reporting on load policy failures from Stephen Smalley.
83157e
83157e
* Fri Feb 8 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.53-1
83157e
- Update to Upstream
83157e
	* Merged new X label "poly_prop" namespace from Eamon Walsh.
83157e
83157e
* Wed Feb 6 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.52-1
83157e
- Update to Upstream
83157e
	* Disable setlocaldefs if no local boolean or users files are present from Stephen Smalley.
83157e
	* Skip userspace preservebools processing for Linux >= 2.6.22 from Stephen Smalley.
83157e
83157e
* Tue Jan 29 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.50-1
83157e
- Update to Upstream
83157e
	* Merged fix for audit2why from Dan Walsh.
83157e
83157e
* Fri Jan 25 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.49-2
83157e
- Fix audit2why to grab latest policy versus the one selected by the kernel
83157e
83157e
* Wed Jan 23 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.49-1
83157e
* Merged audit2why python binding from Dan Walsh.
83157e
83157e
* Wed Jan 23 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.48-1
83157e
* Merged updated swig bindings from Dan Walsh, including typemap for pid_t.
83157e
83157e
* Mon Jan 21 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.47-4
83157e
- Update to use libsepol-static library
83157e
83157e
* Wed Jan 16 2008 Adel Gadllah <adel.gadllah@gmail.com> - 2.0.47-3
83157e
- Move libselinux.a to -static package
83157e
- Spec cleanups
83157e
83157e
* Tue Jan 15 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.47-2
83157e
- Put back libselinux.a
83157e
83157e
* Fri Jan 11 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.47-1
83157e
- Fix memory references in audit2why and change to use tuples
83157e
- Update to Upstream
83157e
	* Fix for the avc:  granted null message bug from Stephen Smalley.
83157e
83157e
* Fri Jan 11 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-6
83157e
- Fix __init__.py specification
83157e
83157e
* Tue Jan 8 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-5
83157e
- Add audit2why python bindings
83157e
83157e
* Tue Jan 8 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-4
83157e
- Add pid_t typemap for swig bindings
83157e
83157e
* Thu Jan 3 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-3
83157e
- smp_mflag
83157e
83157e
* Thu Jan 3 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.46-2
83157e
- Fix spec file caused by spec review 
83157e
83157e
* Fri Nov 30 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.46-1
83157e
- Upgrade to upstream
83157e
	* matchpathcon(8) man page update from Dan Walsh.
83157e
83157e
* Fri Nov 30 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.45-1
83157e
- Upgrade to upstream
83157e
	* dlopen libsepol.so.1 rather than libsepol.so from Stephen Smalley.
83157e
	* Based on a suggestion from Ulrich Drepper, defer regex compilation until we have a stem match, by Stephen Smalley.
83157e
	*  A further optimization would be to defer regex compilation until we have a complete match of the constant prefix of the regex - TBD.
83157e
83157e
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.43-1
83157e
- Upgrade to upstream
83157e
	* Regenerated Flask headers from policy.
83157e
83157e
* Thu Nov 15 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.42-1
83157e
- Upgrade to upstream
83157e
	* AVC enforcing mode override patch from Eamon Walsh.
83157e
	* Aligned attributes in AVC netlink code from Eamon Walsh.
83157e
- Move libselinux.so back into devel package, procps has been fixed
83157e
83157e
* Tue Nov 6 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.40-1
83157e
- Upgrade to upstream
83157e
	* Merged refactored AVC netlink code from Eamon Walsh.
83157e
	* Merged new X label namespaces from Eamon Walsh.
83157e
	* Bux fix and minor refactoring in string representation code.
83157e
83157e
* Fri Oct 5 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.37-1
83157e
- Upgrade to upstream
83157e
	* Merged selinux_get_callback, avc_open, empty string mapping from Eamon Walsh.
83157e
83157e
* Fri Sep 28 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.36-1
83157e
- Upgrade to upstream
83157e
	* Fix segfault resulting from missing file_contexts file.
83157e
83157e
* Thu Sep 27 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.35-2
83157e
- Fix segfault on missing file_context file
83157e
83157e
* Wed Sep 26 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.35-1
83157e
- Upgrade to upstream
83157e
	* Make netlink socket close-on-exec to avoid descriptor leakage from Dan Walsh.
83157e
	* Pass CFLAGS when using gcc for linking from Dennis Gilmore. 
83157e
83157e
* Mon Sep 24 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.34-3
83157e
- Add sparc patch to from Dennis Gilmore to build on Sparc platform
83157e
83157e
* Mon Sep 24 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.34-2
83157e
- Remove leaked file descriptor
83157e
83157e
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.34-1
83157e
- Upgrade to latest from NSA
83157e
	* Fix selabel option flag setting for 64-bit from Stephen Smalley.
83157e
83157e
* Tue Sep 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.33-2
83157e
- Change matchpatcon to use syslog instead of syserror
83157e
83157e
* Thu Sep 13 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.33-1
83157e
- Upgrade to latest from NSA
83157e
	* Re-map a getxattr return value of 0 to a getfilecon return value of -1 with errno EOPNOTSUPP from Stephen Smalley.
83157e
	* Fall back to the compat code for security_class_to_string and security_av_perm_to_string from Stephen Smalley.
83157e
	* Fix swig binding for rpm_execcon from James Athey.
83157e
83157e
* Thu Sep 6 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.31-4
83157e
- Apply James Athway patch to fix rpm_execcon python binding
83157e
83157e
* Tue Aug 28 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.31-3
83157e
- Move libselinux.so back into main package, breaks procps
83157e
83157e
* Thu Aug 23 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.31-2
83157e
- Upgrade to upstream
83157e
	* Fix file_contexts.homedirs path from Todd Miller.
83157e
83157e
* Tue Aug 21 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.30-2
83157e
- Remove requirement on setransd,  Moved to selinux-policy-mls 
83157e
83157e
* Fri Aug 10 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.30-1
83157e
- Move libselinux.so into devel package
83157e
- Upgrade to upstream
83157e
	* Fix segfault resulting from uninitialized print-callback pointer.
83157e
	* Added x_contexts path function patch from Eamon Walsh.
83157e
	* Fix build for EMBEDDED=y from Yuichi Nakamura.
83157e
	* Fix markup problems in selinux man pages from Dan Walsh.
83157e
83157e
* Fri Aug 3 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.29-1
83157e
- Upgrade to upstream
83157e
	* Updated version for stable branch.	
83157e
	* Added x_contexts path function patch from Eamon Walsh.
83157e
	* Fix build for EMBEDDED=y from Yuichi Nakamura.
83157e
	* Fix markup problems in selinux man pages from Dan Walsh.
83157e
	* Updated av_permissions.h and flask.h to include new nscd permissions from Dan Walsh.
83157e
	* Added swigify to top-level Makefile from Dan Walsh.
83157e
	* Fix for string_to_security_class segfault on x86_64 from Stephen
83157e
	  Smalley.
83157e
83157e
* Mon Jul 23 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.24-3
83157e
- Apply Steven Smalley patch to fix segfault in string_to_security_class
83157e
83157e
* Wed Jul 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.24-2
83157e
- Fix matchpathcon to set default myprintf
83157e
83157e
* Mon Jul 16 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.24-1
83157e
- Upgrade to upstream
83157e
	* Fix for getfilecon() for zero-length contexts from Stephen Smalley.
83157e
83157e
* Wed Jul 11 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.23-3
83157e
- Update to match flask/access_vectors in policy
83157e
83157e
* Tue Jul 10 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.23-2
83157e
- Fix man page markup lanquage for translations
83157e
83157e
* Tue Jun 26 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.23-1
83157e
- Fix semanage segfault on x86 platform
83157e
83157e
* Thu Jun 21 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.22-1
83157e
- Upgrade to upstream
83157e
	* Labeling and callback interface patches from Eamon Walsh.
83157e
83157e
* Tue Jun 19 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.21-2
83157e
- Refactored swig
83157e
83157e
* Mon Jun 11 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.21-1
83157e
- Upgrade to upstream
83157e
	* Class and permission mapping support patches from Eamon Walsh.
83157e
	* Object class discovery support patches from Chris PeBenito.
83157e
	* Refactoring and errno support in string representation code.
83157e
83157e
* Fri Jun 1 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.18-1
83157e
- Upgrade to upstream
83157e
- Merged patch to reduce size of libselinux and remove need for libsepol for embedded systems from Yuichi Nakamura.
83157e
 This patch also turns the link-time dependency on libsepol into a runtime (dlopen) dependency even in the non-embedded case.
83157e
83157e
2.0.17 2007-05-31
83157e
	* Updated Lindent script and reindented two header files.
83157e
83157e
* Fri May 4 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.16-1
83157e
- Upgrade to upstream
83157e
	* Merged additional swig python bindings from Dan Walsh.
83157e
	* Merged helpful message when selinuxfs mount fails patch from Dax Kelson.
83157e
83157e
* Tue Apr 24 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.14-1
83157e
- Upgrade to upstream
83157e
	* Merged build fix for avc_internal.c from Joshua Brindle.
83157e
83157e
* Mon Apr 23 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.13-2
83157e
- Add get_context_list funcitions to swig file
83157e
83157e
* Thu Apr 12 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.13-1
83157e
- Upgrade to upstream
83157e
	* Merged rpm_execcon python binding fix, matchpathcon man page fix, and getsebool -a handling for EACCES from Dan Walsh.
83157e
83157e
* Thu Apr 12 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.12-2
83157e
- Add missing interface
83157e
83157e
* Wed Apr 11 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.12-1
83157e
- Upgrade to upstream
83157e
	* Merged support for getting initial contexts from James Carter.
83157e
83157e
* Mon Apr 9 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.11-1
83157e
- Upgrade to upstream
83157e
	* Merged userspace AVC patch to follow kernel's behavior for permissive mode in caching previous denials from Eamon Walsh.
83157e
	* Merged sidput(NULL) patch from Eamon Walsh.
83157e
83157e
* Thu Apr 5 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.9-2
83157e
- Make rpm_exec swig work
83157e
83157e
* Tue Mar 27 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.9-1
83157e
- Upgrade to upstream
83157e
	* Merged class/av string conversion and avc_compute_create patch from Eamon Walsh.
83157e
83157e
* Tue Mar 27 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.8-1
83157e
- Upgrade to upstream
83157e
	* Merged fix for avc.h #include's from Eamon Walsh.
83157e
83157e
* Thu Mar 22 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.7-2
83157e
- Add stdint.h to avc.h
83157e
83157e
* Mon Mar 12 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.7-1
83157e
- Merged patch to drop support for CACHETRANS=0 config option from Steve Grubb.
83157e
- Merged patch to drop support for old /etc/sysconfig/selinux and
83157e
- /etc/security policy file layout from Steve Grubb.
83157e
83157e
* Thu Mar 8 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.5-2
83157e
- Do not fail on permission denied in getsebool
83157e
83157e
* Tue Feb 27 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.5-1
83157e
- Upgrade to upstream
83157e
	* Merged init_selinuxmnt() and is_selinux_enabled() improvements from Steve Grubb.
83157e
83157e
* Wed Feb 21 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.4-1
83157e
- Upgrade to upstream
83157e
	* Removed sending of setrans init message.
83157e
	* Merged matchpathcon memory leak fix from Steve Grubb.
83157e
83157e
* Tue Feb 20 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.2-1
83157e
- Upgrade to upstream
83157e
	* Merged more swig initializers from Dan Walsh.
83157e
83157e
* Sun Feb 18 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.1-1
83157e
- Upgrade to upstream
83157e
  * Merged patch from Todd Miller to convert int types over to C99 style.
83157e
83157e
* Wed Feb 7 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.0-1
83157e
- Merged patch from Todd Miller to remove sscanf in matchpathcon.c because
83157e
  of the use of the non-standard format (original patch changed
83157e
  for style).
83157e
- Merged patch from Todd Miller to fix memory leak in matchpathcon.c.
83157e
	
83157e
* Fri Jan 19 2007 Dan Walsh <dwalsh@redhat.com> - 1.34.0-2
83157e
- Add context function to python to split context into 4 parts
83157e
83157e
* Fri Jan 19 2007 Dan Walsh <dwalsh@redhat.com> - 1.34.0-1
83157e
- Upgrade to upstream
83157e
	* Updated version for stable branch.	
83157e
83157e
* Wed Jan 17 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.6-1
83157e
- Upgrade to upstream
83157e
	* Merged man page updates to make "apropos selinux" work from Dan Walsh.
83157e
83157e
* Wed Jan 17 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.5-1
83157e
- Upgrade to upstream
83157e
	* Merged getdefaultcon utility from Dan Walsh.
83157e
83157e
* Mon Jan 15 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.4-3
83157e
- Add Ulrich NSCD__GETSERV and NSCD__SHMEMGRP for Uli
83157e
83157e
* Fri Jan 12 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.4-2
83157e
- Add reference to selinux man page in all man pages to make apropos work
83157e
Resolves: # 217881
83157e
83157e
* Thu Jan 11 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.4-1
83157e
- Upstream wanted some minor changes, upgrading to keep api the same
83157e
- Upgrade to upstream
83157e
	* Merged selinux_check_securetty_context() and support from Dan Walsh.
83157e
Resolves: #200110
83157e
83157e
* Fri Jan 5 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.3-3
83157e
- Cleanup patch
83157e
83157e
* Fri Jan 5 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.3-2
83157e
- Add securetty handling
83157e
Resolves: #200110
83157e
83157e
* Thu Jan 4 2007 Dan Walsh <dwalsh@redhat.com> - 1.33.3-1
83157e
- Upgrade to upstream
83157e
	* Merged patch for matchpathcon utility to use file mode information
83157e
	  when available from Dan Walsh.
83157e
83157e
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1.33.2-4
83157e
- rebuild against python 2.5
83157e
83157e
* Wed Dec 6 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.2-3
83157e
- Fix matchpathcon to lstat files
83157e
83157e
* Thu Nov 30 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.2-2
83157e
- Update man page
83157e
83157e
* Tue Nov 14 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.2-1
83157e
- Upgrade to upstream
83157e
83157e
* Fri Nov 3 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-2
83157e
- Add James Antill patch for login verification of MLS Levels
83157e
-  MLS ragnes need to be checked, Eg. login/cron. This patch adds infrastructure.
83157e
83157e
* Tue Oct 24 2006 Dan Walsh <dwalsh@redhat.com> - 1.33.1-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged updated flask definitions from Darrel Goeddel.
83157e
 	  This adds the context security class, and also adds
83157e
	  the string definitions for setsockcreate and polmatch.
83157e
83157e
* Tue Oct 17 2006 Dan Walsh <dwalsh@redhat.com> - 1.32-1
83157e
- Upgrade to latest from NSA
83157e
	* Updated version for release.
83157e
83157e
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.30.29-2
83157e
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
83157e
83157e
* Fri Sep  29 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.29-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged av_permissions.h update from Steve Grubb,
83157e
	  adding setsockcreate and polmatch definitions.
83157e
83157e
* Wed Sep 27 2006 Jeremy Katz <katzj@redhat.com> - 1.30.28-3
83157e
- really make -devel depend on libsepol-devel
83157e
83157e
* Wed Sep  27 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.28-2
83157e
- Add sgrubb patch for polmatch
83157e
83157e
* Wed Sep  13 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.28-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged patch from Steve Smalley to fix SIGPIPE in setrans_client
83157e
83157e
* Tue Sep  5 2006 Jeremy Katz <katzj@redhat.com> - 1.30.27-2
83157e
- have -devel require libsepol-devel
83157e
83157e
* Thu Aug 24 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.27-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged patch to not log avc stats upon a reset from Steve Grubb.
83157e
	* Applied patch to revert compat_net setting upon policy load.
83157e
	* Merged file context homedir and local path functions from
83157e
	  Chris PeBenito.
83157e
83157e
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 1.20.26-2
83157e
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
83157e
  (#203001)
83157e
83157e
* Sat Aug  12 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.25-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged file context homedir and local path functions from
83157e
	  Chris PeBenito.
83157e
	* Rework functions that access /proc/pid/attr to access the
83157e
	  per-thread nodes, and unify the code to simplify maintenance.
83157e
83157e
* Fri Aug  11 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.24-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged return value fix for *getfilecon() from Dan Walsh.
83157e
	* Merged sockcreate interfaces from Eric Paris.
83157e
83157e
* Wed Aug  9 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.22-2
83157e
- Fix translation return codes to return size of buffer
83157e
83157e
* Tue Aug  1 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.22-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged no-tls-direct-seg-refs patch from Jeremy Katz.
83157e
	* Merged netfilter_contexts support patch from Chris PeBenito.
83157e
83157e
* Tue Aug  1 2006 Dan Walsh <dwalsh@redhat.com> - 1.30.20-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged context_*_set errno patch from Jim Meyering.
83157e
83157e
* Tue Aug  1 2006 Jeremy Katz <katzj@redhat.com> - 1.30.19-5
83157e
- only build non-fpic objects with -mno-tls-direct-seg-refs
83157e
83157e
* Tue Aug  1 2006 Jeremy Katz <katzj@redhat.com> - 1.30.19-4
83157e
- build with -mno-tls-direct-seg-refs on x86 to avoid triggering 
83157e
  segfaults with xen (#200783)  
83157e
83157e
* Mon Jul 17 2006 Dan Walsh <dwalsh@redhat.com> 1.30.19-3
83157e
- Rebuild for new gcc
83157e
83157e
* Tue Jul 11 2006 Dan Walsh <dwalsh@redhat.com> 1.30.19-2
83157e
- Fix libselinux to not telinit during installs
83157e
83157e
* Tue Jul 4 2006 Dan Walsh <dwalsh@redhat.com> 1.30.19-1
83157e
- Upgrade to latest from NSA
83157e
	* Lindent.
83157e
	* Merged {get,set}procattrcon patch set from Eric Paris.
83157e
	* Merged re-base of keycreate patch originally by Michael LeMay from Eric Paris.
83157e
	* Regenerated Flask headers from refpolicy.
83157e
	* Merged patch from Dan Walsh with:
83157e
	  - Added selinux_file_context_{cmp,verify}.
83157e
	  - Added selinux_lsetfilecon_default.
83157e
	  - Delay translation of contexts in matchpathcon.
83157e
83157e
* Wed Jun 21 2006 Dan Walsh <dwalsh@redhat.com> 1.30.15-5
83157e
- Yet another change to matchpathcon
83157e
83157e
* Wed Jun 21 2006 Dan Walsh <dwalsh@redhat.com> 1.30.15-4
83157e
- Turn off error printing in library.  Need to compile with DEBUG to get it back
83157e
83157e
* Wed Jun 21 2006 Dan Walsh <dwalsh@redhat.com> 1.30.15-3
83157e
- Fix error reporting of matchpathcon
83157e
83157e
* Mon Jun 19 2006 Dan Walsh <dwalsh@redhat.com> 1.30.15-2
83157e
- Add function to compare file context on disk versus contexts in file_contexts file.
83157e
83157e
* Fri Jun 16 2006 Dan Walsh <dwalsh@redhat.com> 1.30.15-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged patch from Dan Walsh with:
83157e
	* Added selinux_getpolicytype() function.
83157e
	* Modified setrans code to skip processing if !mls_enabled.
83157e
	* Set errno in the !selinux_mnt case.
83157e
	* Allocate large buffers from the heap, not on stack.
83157e
	  Affects is_context_customizable, selinux_init_load_policy,
83157e
	  and selinux_getenforcemode.
83157e
83157e
* Thu Jun 8 2006 Dan Walsh <dwalsh@redhat.com> 1.30.12-2
83157e
- Add selinux_getpolicytype()
83157e
83157e
* Thu Jun 1 2006 Dan Walsh <dwalsh@redhat.com> 1.30.12-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged !selinux_mnt checks from Ian Kent.
83157e
83157e
* Thu Jun 1 2006 Dan Walsh <dwalsh@redhat.com> 1.30.11-2
83157e
- Check for selinux_mnt == NULL
83157e
83157e
* Tue May 30 2006 Dan Walsh <dwalsh@redhat.com> 1.30.11-1
83157e
- Merged matchmediacon and trans_to_raw_context fixes from 
83157e
  Serge Hallyn.
83157e
83157e
* Fri May 26 2006 Dan Walsh <dwalsh@redhat.com> 1.30.10-4
83157e
- Remove getseuser
83157e
83157e
* Thu May 25 2006 Dan Walsh <dwalsh@redhat.com> 1.30.10-3
83157e
- Bump requires to grab latest libsepol
83157e
83157e
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> 1.30.10-2
83157e
- Add BuildRequires for swig
83157e
83157e
* Tue May 23 2006 Dan Walsh <dwalsh@redhat.com> 1.30.10-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged simple setrans client cache from Dan Walsh.
83157e
	  Merged avcstat patch from Russell Coker.
83157e
	* Modified selinux_mkload_policy() to also set /selinux/compat_net
83157e
	  appropriately for the loaded policy.
83157e
83157e
* Thu May 18 2006 Dan Walsh <dwalsh@redhat.com> 1.30.8-1
83157e
- More fixes for translation cache
83157e
- Upgrade to latest from NSA
83157e
	* Added matchpathcon_fini() function to free memory allocated by
83157e
	  matchpathcon_init().
83157e
83157e
* Wed May 17 2006 Dan Walsh <dwalsh@redhat.com> 1.30.7-2
83157e
- Add simple cache to improve translation speed
83157e
83157e
* Tue May 16 2006 Dan Walsh <dwalsh@redhat.com> 1.30.7-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged setrans client cleanup patch from Steve Grubb.
83157e
83157e
* Tue May 9 2006 Dan Walsh <dwalsh@redhat.com> 1.30.6-2
83157e
- Add Russell's AVC patch to handle large numbers
83157e
83157e
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 1.30.6-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged getfscreatecon man page fix from Dan Walsh.
83157e
	* Updated booleans(8) man page to drop references to the old
83157e
	  booleans file and to note that setsebool can be used to set
83157e
	  the boot-time defaults via -P.
83157e
83157e
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> 1.30.5-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged fix warnings patch from Karl MacMillan.	
83157e
	* Merged setrans client support from Dan Walsh.
83157e
	  This removes use of libsetrans.
83157e
	* Merged patch to eliminate use of PAGE_SIZE constant from Dan Walsh.
83157e
	* Merged swig typemap fixes from Glauber de Oliveira Costa.
83157e
83157e
* Wed May 3 2006 Dan Walsh <dwalsh@redhat.com> 1.30.3-3
83157e
- Change the way translations work,  Use setransd/remove libsetrans
83157e
83157e
* Tue May 2 2006 Dan Walsh <dwalsh@redhat.com> 1.30.3-2
83157e
- Add selinuxswig fixes
83157e
- Stop using PAGE_SIZE and start using sysconf(_SC_PAGE_SIZE)
83157e
83157e
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 1.30.3-1
83157e
- Upgrade to latest from NSA
83157e
	* Added distclean target to Makefile.
83157e
	* Regenerated swig files.
83157e
	* Changed matchpathcon_init to verify that the spec file is
83157e
	  a regular file.
83157e
	* Merged python binding t_output_helper removal patch from Dan Walsh.
83157e
83157e
* Tue Apr 11 2006 Dan Walsh <dwalsh@redhat.com> 1.30.1-2
83157e
- Fix python bindings for matchpathcon
83157e
- Fix booleans man page
83157e
83157e
* Mon Mar 27 2006 Dan Walsh <dwalsh@redhat.com> 1.30.1-1
83157e
- Merged Makefile PYLIBVER definition patch from Dan Walsh.
83157e
83157e
* Fri Mar 10 2006 Dan Walsh <dwalsh@redhat.com> 1.30-1
83157e
- Make some fixes so it will build on RHEL4
83157e
- Upgrade to latest from NSA
83157e
	* Updated version for release.
83157e
	* Altered rpm_execcon fallback logic for permissive mode to also
83157e
	  handle case where /selinux/enforce is not available.
83157e
83157e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.29.7-1.2
83157e
- bump again for double-long bug on ppc(64)
83157e
83157e
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.29.7-1.1
83157e
- rebuilt for new gcc4.1 snapshot and glibc changes
83157e
83157e
* Fri Jan 20 2006 Dan Walsh <dwalsh@redhat.com> 1.29.7-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged install-pywrap Makefile patch from Joshua Brindle.
83157e
83157e
* Wed Jan 18 2006 Dan Walsh <dwalsh@redhat.com> 1.29.6-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged pywrap Makefile patch from Dan Walsh.
83157e
83157e
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.29.5-2
83157e
- Split out pywrap in Makefile
83157e
83157e
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.29.5-1
83157e
- Upgrade to latest from NSA
83157e
	* Added getseuser test program.
83157e
83157e
* Fri Jan 6 2006 Dan Walsh <dwalsh@redhat.com> 1.29.4-1
83157e
- Upgrade to latest from NSA
83157e
	* Added format attribute to myprintf in matchpathcon.c and
83157e
	  removed obsoleted rootlen variable in init_selinux_config().
83157e
83157e
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 1.29.3-2
83157e
- Build with new libsepol
83157e
83157e
* Wed Jan 4 2006 Dan Walsh <dwalsh@redhat.com> 1.29.3-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged several fixes and improvements from Ulrich Drepper
83157e
	  (Red Hat), including:
83157e
	  - corrected use of getline
83157e
	  - further calls to __fsetlocking for local files
83157e
	  - use of strdupa and asprintf
83157e
	  - proper handling of dirent in booleans code
83157e
	  - use of -z relro
83157e
	  - several other optimizations
83157e
	* Merged getpidcon python wrapper from Dan Walsh (Red Hat).
83157e
83157e
* Sat Dec 24 2005 Dan Walsh <dwalsh@redhat.com> 1.29.2-4
83157e
- Add build requires line for libsepol-devel
83157e
83157e
* Tue Dec 20 2005 Dan Walsh <dwalsh@redhat.com> 1.29.2-3
83157e
- Fix swig call for getpidcon
83157e
83157e
* Mon Dec 19 2005 Dan Walsh <dwalsh@redhat.com> 1.29.2-2
83157e
- Move libselinux.so to base package
83157e
83157e
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 1.29.2-1
83157e
- Upgrade to latest from NSA
83157e
	* Merged call to finish_context_translations from Dan Walsh.
83157e
	  This eliminates a memory leak from failing to release memory
83157e
	  allocated by libsetrans.
83157e
83157e
* Sun Dec 11 2005 Dan Walsh <dwalsh@redhat.com> 1.29.1-3
83157e
- update to latest libsetrans  
83157e
- Fix potential memory leak
83157e
83157e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
83157e
- rebuilt
83157e
83157e
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 1.29.1-1
83157e
- Update to never version
83157e
	* Merged patch for swig interfaces from Dan Walsh.
83157e
83157e
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
83157e
- Update to never version
83157e
83157e
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.28-2
83157e
- Fix some of the python swig objects
83157e
83157e
* Thu Dec 1 2005 Dan Walsh <dwalsh@redhat.com> 1.27.28-1
83157e
- Update to latest from NSA
83157e
	* Added MATCHPATHCON_VALIDATE flag for set_matchpathcon_flags() and
83157e
	  modified matchpathcon implementation to make context validation/
83157e
	  canonicalization optional at matchpathcon_init time, deferring it
83157e
	  to a successful matchpathcon by default unless the new flag is set
83157e
	  by the caller.
83157e
	* Added matchpathcon_init_prefix() interface, and
83157e
	  reworked matchpathcon implementation to support selective
83157e
	  loading of file contexts entries based on prefix matching
83157e
	  between the pathname regex stems and the specified path
83157e
	  prefix (stem must be a prefix of the specified path prefix).
83157e
83157e
* Wed Nov 30 2005 Dan Walsh <dwalsh@redhat.com> 1.27.26-1
83157e
- Update to latest from NSA
83157e
	* Change getsebool to return on/off instead of active/inactive
83157e
83157e
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 1.27.25-1
83157e
- Update to latest from NSA
83157e
	* Added -f file_contexts option to matchpathcon util.
83157e
	  Fixed warning message in matchpathcon_init().
83157e
	* Merged Makefile python definitions patch from Dan Walsh.
83157e
83157e
* Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.23-1
83157e
- Update to latest from NSA
83157e
	* Merged swigify patch from Dan Walsh.
83157e
83157e
* Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-4
83157e
- Separate out libselinux-python bindings into separate rpm
83157e
83157e
* Thu Nov 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-3
83157e
- Read libsetrans requirement
83157e
83157e
* Thu Nov 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-2
83157e
- Add python bindings
83157e
83157e
* Wed Nov 16 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-1
83157e
- Update to latest from NSA
83157e
	* Merged make failure in rpm_execcon non-fatal in permissive mode
83157e
	  patch from Ivan Gyurdiev.
83157e
83157e
* Tue Nov 15 2005 Dan Walsh <dwalsh@redhat.com> 1.27.21-2
83157e
- Remove requirement for libsetrans
83157e
83157e
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.21-1
83157e
- Update to latest from NSA
83157e
	* Added MATCHPATHCON_NOTRANS flag for set_matchpathcon_flags()
83157e
	  and modified matchpathcon_init() to skip context translation
83157e
	  if it is set by the caller.
83157e
83157e
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.20-1
83157e
- Update to latest from NSA
83157e
	* Added security_canonicalize_context() interface and
83157e
	  set_matchpathcon_canoncon() interface for obtaining
83157e
	  canonical contexts.  Changed matchpathcon internals
83157e
	  to obtain canonical contexts by default.  Provided
83157e
	  fallback for kernels that lack extended selinuxfs context
83157e
	  interface.
83157e
- Patch to not translate mls when calling setfiles
83157e
83157e
* Mon Nov 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.19-1
83157e
- Update to latest from NSA
83157e
	* Merged seusers parser changes from Ivan Gyurdiev.
83157e
	* Merged setsebool to libsemanage patch from Ivan Gyurdiev.
83157e
	* Changed seusers parser to reject empty fields.
83157e
83157e
* Fri Nov 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.18-1
83157e
- Update to latest from NSA
83157e
	* Merged seusers empty level handling patch from Jonathan Kim (TCS).
83157e
83157e
* Thu Nov 3 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-4
83157e
- Rebuild for latest libsepol
83157e
83157e
* Mon Oct 31 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-2
83157e
- Rebuild for latest libsepol
83157e
83157e
* Wed Oct 26 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-1
83157e
- Change default to __default__
83157e
83157e
* Wed Oct 26 2005 Dan Walsh <dwalsh@redhat.com> 1.27.14-3
83157e
- Change default to __default__
83157e
83157e
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.27.14-2
83157e
- Add selinux_translations_path
83157e
83157e
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.27.14-1
83157e
- Update to latest from NSA
83157e
	* Merged selinux_path() and selinux_homedir_context_path()
83157e
	  functions from Joshua Brindle.
83157e
83157e
* Fri Oct 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.13-2
83157e
- Need to check for /sbin/telinit
83157e
83157e
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.13-1
83157e
- Update to latest from NSA
83157e
	* Merged fixes for make DESTDIR= builds from Joshua Brindle.
83157e
83157e
* Mon Oct 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.12-1
83157e
- Update to latest from NSA
83157e
	* Merged get_default_context_with_rolelevel and man pages from
83157e
	  Dan Walsh (Red Hat).
83157e
	* Updated call to sepol_policydb_to_image for sepol changes.
83157e
	* Changed getseuserbyname to ignore empty lines and to handle
83157e
	no matching entry in the same manner as no seusers file.
83157e
83157e
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-2
83157e
- Tell init to reexec itself in post script
83157e
83157e
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-1
83157e
- Update to latest from NSA
83157e
	* Changed selinux_mkload_policy to try downgrading the
83157e
	latest policy version available to the kernel-supported version.
83157e
	* Changed selinux_mkload_policy to fall back to the maximum
83157e
	policy version supported by libsepol if the kernel policy version
83157e
	falls outside of the supported range.
83157e
83157e
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-1
83157e
- Update to latest from NSA
83157e
	* Changed getseuserbyname to fall back to the Linux username and
83157e
	NULL level if seusers config file doesn't exist unless 
83157e
	REQUIRESEUSERS=1 is set in /etc/selinux/config.
83157e
	* Moved seusers.conf under $SELINUXTYPE and renamed to seusers.
83157e
83157e
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.6-1
83157e
- Update to latest from NSA
83157e
	* Added selinux_init_load_policy() function as an even higher level
83157e
	interface for the initial policy load by /sbin/init.  This obsoletes
83157e
	the load_policy() function in the sysvinit-selinux.patch. 
83157e
	* Added selinux_mkload_policy() function as a higher level interface
83157e
	for loading policy than the security_load_policy() interface.
83157e
83157e
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.4-1
83157e
- Update to latest from NSA
83157e
	* Merged fix for matchpathcon (regcomp error checking) from Johan
83157e
	Fischer.  Also added use of regerror to obtain the error string
83157e
	for inclusion in the error message.
83157e
83157e
* Tue Oct 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.3-1
83157e
- Update to latest from NSA
83157e
	* Changed getseuserbyname to not require (and ignore if present)
83157e
	the MLS level in seusers.conf if MLS is disabled, setting *level
83157e
	to NULL in this case.
83157e
83157e
* Mon Oct 3 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-1
83157e
- Update to latest from NSA
83157e
	* Merged getseuserbyname patch from Dan Walsh.
83157e
83157e
* Thu Sep 29 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-3
83157e
- Fix patch to satisfy upstream
83157e
83157e
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-2
83157e
- Update to latest from NSA
83157e
- Add getseuserbyname
83157e
83157e
* Fri Sep 16 2005 Dan Walsh <dwalsh@redhat.com> 1.26-6
83157e
- Fix patch call
83157e
83157e
* Tue Sep 13 2005 Dan Walsh <dwalsh@redhat.com> 1.26-5
83157e
- Fix strip_con call
83157e
83157e
* Tue Sep 13 2005 Dan Walsh <dwalsh@redhat.com> 1.26-3
83157e
- Go back to original libsetrans code
83157e
83157e
* Mon Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-2
83157e
- Eliminate forth param from mls context when mls is not enabled.
83157e
83157e
* Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 1.25.7-1
83157e
- Update from NSA
83157e
	* Merged modified form of patch to avoid dlopen/dlclose by
83157e
	the static libselinux from Dan Walsh.  Users of the static libselinux
83157e
	will not have any context translation by default.
83157e
83157e
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.25.6-1
83157e
- Update from NSA
83157e
	* Added public functions to export context translation to
83157e
	users of libselinux (selinux_trans_to_raw_context,
83157e
	selinux_raw_to_trans_context).
83157e
83157e
* Mon Aug 29 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-1
83157e
- Update from NSA
83157e
	* Remove special definition for context_range_set; use
83157e
	common code.
83157e
83157e
* Thu Aug 25 2005 Dan Walsh <dwalsh@redhat.com> 1.25.4-1
83157e
- Update from NSA
83157e
	* Hid translation-related symbols entirely and ensured that 
83157e
	raw functions have hidden definitions for internal use.
83157e
	* Allowed setting NULL via context_set* functions.
83157e
	* Allowed whitespace in MLS component of context.
83157e
	* Changed rpm_execcon to use translated functions to workaround
83157e
	lack of MLS level on upgraded systems.
83157e
83157e
* Wed Aug 24 2005 Dan Walsh <dwalsh@redhat.com> 1.25.3-2
83157e
- Allow set_comp on unset ranges
83157e
83157e
* Wed Aug 24 2005 Dan Walsh <dwalsh@redhat.com> 1.25.3-1
83157e
- Merged context translation patch, originally by TCS,
83157e
  with modifications by Dan Walsh (Red Hat).
83157e
83157e
* Wed Aug 17 2005 Dan Walsh <dwalsh@redhat.com> 1.25.2-2
83157e
- Apply translation patch
83157e
83157e
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.25.2-1
83157e
- Update from NSA
83157e
	* Merged several fixes for error handling paths in the
83157e
	  AVC sidtab, matchpathcon, booleans, context, and get_context_list
83157e
	  code from Serge Hallyn (IBM). Bugs found by Coverity.
83157e
	* Removed setupns; migrated to pam.
83157e
	* Merged patches to rename checkPasswdAccess() from Joshua Brindle.
83157e
	  Original symbol is temporarily retained for compatibility until 
83157e
	  all callers are updated.
83157e
83157e
* Mon Jul 18 2005 Dan Walsh <dwalsh@redhat.com> 1.24.2-1
83157e
- Update makefiles
83157e
83157e
* Wed Jun 29 2005 Dan Walsh <dwalsh@redhat.com> 1.24.1-1
83157e
- Update from NSA
83157e
	* Merged security_setupns() from Chad Sellers.
83157e
- fix selinuxenabled man page
83157e
83157e
* Fri May 20 2005 Dan Walsh <dwalsh@redhat.com> 1.23.11-1
83157e
- Update from NSA
83157e
	* Merged avcstat and selinux man page from Dan Walsh.
83157e
	* Changed security_load_booleans to process booleans.local 
83157e
	  even if booleans file doesn't exist.
83157e
	
83157e
* Fri Apr 29 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-3
83157e
- Fix avcstat to clear totals
83157e
83157e
* Fri Apr 29 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-2
83157e
- Add info to man page
83157e
83157e
* Fri Apr 29 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-1
83157e
- Update from NSA
83157e
	* Merged set_selinuxmnt patch from Bill Nottingham (Red Hat).
83157e
	* Rewrote get_ordered_context_list and helpers, including
83157e
	  changing logic to allow variable MLS fields.
83157e
83157e
* Tue Apr 26 2005 Dan Walsh <dwalsh@redhat.com> 1.23.8-1
83157e
- Update from NSA
83157e
83157e
* Thu Apr 21 2005 Dan Walsh <dwalsh@redhat.com> 1.23.7-3
83157e
- Add backin matchpathcon
83157e
83157e
* Wed Apr 13 2005 Dan Walsh <dwalsh@redhat.com> 1.23.7-2
83157e
- Fix selinux_policy_root man page
83157e
83157e
* Wed Apr 13 2005 Dan Walsh <dwalsh@redhat.com> 1.23.7-1
83157e
- Change assert(selinux_mnt) to if (!selinux_mnt) return -1;
83157e
83157e
* Mon Apr 11 2005 Dan Walsh <dwalsh@redhat.com> 1.23.6-1
83157e
- Update from NSA
83157e
	* Fixed bug in matchpathcon_filespec_destroy.
83157e
83157e
* Wed Apr 6 2005 Dan Walsh <dwalsh@redhat.com> 1.23.5-1
83157e
- Update from NSA
83157e
	* Fixed bug in rpm_execcon error handling path.
83157e
83157e
* Mon Apr 4 2005 Dan Walsh <dwalsh@redhat.com> 1.23.4-1
83157e
- Update from NSA
83157e
	* Merged fix for set_matchpathcon* functions from Andreas Steinmetz.
83157e
	* Merged fix for getconlist utility from Andreas Steinmetz.
83157e
83157e
* Tue Mar 29 2005 Dan Walsh <dwalsh@redhat.com> 1.23.2-3
83157e
- Update from NSA
83157e
83157e
* Wed Mar 23 2005 Dan Walsh <dwalsh@redhat.com> 1.23.2-2
83157e
- Better handling of booleans
83157e
83157e
* Thu Mar 17 2005 Dan Walsh <dwalsh@redhat.com> 1.23.2-1
83157e
- Update from NSA
83157e
	* Merged destructors patch from Tomas Mraz.
83157e
83157e
* Thu Mar 17 2005 Dan Walsh <dwalsh@redhat.com> 1.23.1-1
83157e
- Update from NSA
83157e
	* Added set_matchpathcon_flags() function for setting flags
83157e
	  controlling operation of matchpathcon.  MATCHPATHCON_BASEONLY
83157e
	  means only process the base file_contexts file, not 
83157e
	  file_contexts.homedirs or file_contexts.local, and is for use by
83157e
	  setfiles -c.
83157e
	* Updated matchpathcon.3 man page.
83157e
83157e
* Thu Mar 10 2005 Dan Walsh <dwalsh@redhat.com> 1.22-1
83157e
- Update from NSA
83157e
83157e
* Tue Mar 8 2005 Dan Walsh <dwalsh@redhat.com> 1.21.13-1
83157e
- Update from NSA
83157e
	* Fixed bug in matchpathcon_filespec_add() - failure to clear fl_head.
83157e
83157e
* Tue Mar 1 2005 Dan Walsh <dwalsh@redhat.com> 1.21.12-1
83157e
- Update from NSA
83157e
  * Changed matchpathcon_common to ignore any non-format bits in the mode.
83157e
83157e
* Mon Feb 28 2005 Dan Walsh <dwalsh@redhat.com> 1.21.11-2
83157e
- Default matchpathcon to regular files if the user specifies a mode
83157e
83157e
* Tue Feb 22 2005 Dan Walsh <dwalsh@redhat.com> 1.21.11-1
83157e
- Update from NSA
83157e
	* Merged several fixes from Ulrich Drepper.
83157e
83157e
* Mon Feb 21 2005 Dan Walsh <dwalsh@redhat.com> 1.21.10-3
83157e
- Fix matchpathcon on eof.
83157e
83157e
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.21.10-1
83157e
- Update from NSA
83157e
	* Merged matchpathcon patch for file_contexts.homedir from Dan Walsh.
83157e
	* Added selinux_users_path() for path to directory containing
83157e
	  system.users and local.users.
83157e
83157e
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.9-2
83157e
- Process file_context.homedir
83157e
83157e
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.9-1
83157e
- Update from NSA
83157e
  *	 Changed relabel Makefile target to use restorecon.
83157e
83157e
* Tue Feb 8 2005 Dan Walsh <dwalsh@redhat.com> 1.21.8-1
83157e
- Update from NSA
83157e
	* Regenerated av_permissions.h.
83157e
83157e
* Wed Feb 2 2005 Dan Walsh <dwalsh@redhat.com> 1.21.7-1
83157e
- Update from NSA
83157e
	* Modified avc_dump_av to explicitly check for any permissions that
83157e
	  cannot be mapped to string names and display them as a hex value.
83157e
	* Regenerated av_permissions.h.
83157e
83157e
* Mon Jan 31 2005 Dan Walsh <dwalsh@redhat.com> 1.21.5-1
83157e
- Update from NSA
83157e
	* Generalized matchpathcon internals, exported more interfaces,
83157e
	  and moved additional code from setfiles into libselinux so that
83157e
	  setfiles can directly use matchpathcon.
83157e
83157e
* Fri Jan 28 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-1
83157e
- Update from NSA
83157e
	* Prevent overflow of spec array in matchpathcon.
83157e
	* Fixed several uses of internal functions to avoid relocations.
83157e
	* Changed rpm_execcon to check is_selinux_enabled() and fallback to
83157e
	  a regular execve if not enabled (or unable to determine due to a lack
83157e
	  of /proc, e.g. chroot'd environment).
83157e
83157e
* Wed Jan 26 2005 Dan Walsh <dwalsh@redhat.com> 1.21.2-1
83157e
- Update from NSA
83157e
	* Merged minor fix for avcstat from Dan Walsh.
83157e
83157e
* Mon Jan 24 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-3
83157e
- rpmexeccon should not fail in permissive mode.
83157e
83157e
* Fri Jan 21 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-2
83157e
- fix printf in avcstat
83157e
83157e
* Thu Jan 20 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-1
83157e
- Update from NSA
83157e
83157e
* Wed Jan 12 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-3
83157e
- Modify matchpathcon to also process file_contexts.local if it exists
83157e
83157e
* Wed Jan 12 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-2
83157e
- Add is_customizable_types function call
83157e
83157e
* Fri Jan 7 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-1
83157e
- Update to latest from upstream
83157e
	* Just changing version number to match upstream
83157e
83157e
* Wed Dec 29 2004 Dan Walsh <dwalsh@redhat.com> 1.19.4-1
83157e
- Update to latest from upstream
83157e
	* Changed matchpathcon to return -1 with errno ENOENT for 
83157e
	  <<none>> entries, and also for an empty file_contexts configuration.
83157e
83157e
* Tue Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-3
83157e
- Fix link devel libraries
83157e
83157e
* Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-2
83157e
- Fix unitialized variable in avcstat.c
83157e
83157e
* Tue Nov 30 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-1
83157e
- Upgrade to upstream
83157e
	* Removed some trivial utils that were not useful or redundant.
83157e
	* Changed BINDIR default to /usr/sbin to match change in Fedora.
83157e
	* Added security_compute_member.
83157e
	* Added man page for setcon.
83157e
83157e
* Tue Nov 30 2004 Dan Walsh <dwalsh@redhat.com> 1.19.2-1
83157e
- Upgrade to upstream
83157e
83157e
* Thu Nov 18 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-6
83157e
- Add avcstat program
83157e
83157e
* Mon Nov 15 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-4
83157e
- Add lots of missing man pages
83157e
83157e
* Fri Nov 12 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-2
83157e
- Fix output of getsebool.
83157e
83157e
* Tue Nov 9 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
83157e
- Update from upstream, fix setsebool -P segfault
83157e
83157e
* Fri Nov 5 2004 Steve Grubb <sgrubb@redhat.com> 1.18.1-5
83157e
- Add a patch from upstream. Fixes signed/unsigned issues, and 
83157e
  incomplete structure copy.
83157e
83157e
* Thu Nov 4 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-4
83157e
- More fixes from sgrubb, better syslog
83157e
83157e
* Thu Nov 4 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-3
83157e
- Have setsebool and togglesebool log changes to syslog
83157e
83157e
* Wed Nov 3 2004 Steve Grubb <sgrubb@redhat.com> 1.18.1-2
83157e
- Add patch to make setsebool update bool on disk
83157e
- Make togglesebool have a rollback capability in case it blows up inflight
83157e
83157e
* Tue Nov 2 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-1
83157e
- Upgrade to latest from NSA
83157e
83157e
* Thu Oct 28 2004 Steve Grubb <sgrubb@redhat.com> 1.17.15-2
83157e
- Changed the location of the utilities to /usr/sbin since
83157e
  normal users can't use them anyways.
83157e
83157e
* Wed Oct 27 2004 Steve Grubb <sgrubb@redhat.com> 1.17.15-2
83157e
- Updated various utilities, removed utilities that are for testing,
83157e
  added man pages.
83157e
83157e
* Fri Oct 15 2004 Dan Walsh <dwalsh@redhat.com> 1.17.15-1
83157e
- Add -g flag to make
83157e
- Upgrade to latest  from NSA
83157e
	* Added rpm_execcon.
83157e
83157e
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 1.17.14-1
83157e
- Upgrade to latest  from NSA
83157e
	* Merged setenforce and removable context patch from Dan Walsh.
83157e
	* Merged build fix for alpha from Ulrich Drepper.
83157e
	* Removed copyright/license from selinux_netlink.h - definitions only.
83157e
83157e
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 1.17.13-3
83157e
- Change setenforce to accept Enforcing and Permissive
83157e
83157e
* Wed Sep 22 2004 Dan Walsh <dwalsh@redhat.com> 1.17.13-2
83157e
- Add alpha patch
83157e
83157e
* Mon Sep 20 2004 Dan Walsh <dwalsh@redhat.com> 1.17.13-1
83157e
- Upgrade to latest  from NSA
83157e
83157e
* Thu Sep 16 2004 Dan Walsh <dwalsh@redhat.com> 1.17.12-2
83157e
- Add selinux_removable_context_path
83157e
83157e
* Tue Sep 14 2004 Dan Walsh <dwalsh@redhat.com> 1.17.12-1
83157e
- Update from NSA
83157e
	* Add matchmediacon
83157e
83157e
* Tue Sep 14 2004 Dan Walsh <dwalsh@redhat.com> 1.17.11-1
83157e
- Update from NSA
83157e
	* Merged in matchmediacon changes.
83157e
83157e
* Fri Sep 10 2004 Dan Walsh <dwalsh@redhat.com> 1.17.10-1
83157e
- Update from NSA
83157e
	* Regenerated headers for new nscd permissions.
83157e
83157e
* Wed Sep 8 2004 Dan Walsh <dwalsh@redhat.com> 1.17.9-2
83157e
- Add matchmediacon
83157e
83157e
* Wed Sep 8 2004 Dan Walsh <dwalsh@redhat.com> 1.17.9-1
83157e
- Update from NSA
83157e
	* Added get_default_context_with_role.
83157e
83157e
* Thu Sep 2 2004 Dan Walsh <dwalsh@redhat.com> 1.17.8-2
83157e
- Clean up spec file
83157e
	* Patch from Matthias Saou
83157e
83157e
* Thu Sep 2 2004 Dan Walsh <dwalsh@redhat.com> 1.17.8-1
83157e
- Update from NSA
83157e
	* Added set_matchpathcon_printf.	
83157e
83157e
* Wed Sep 1 2004 Dan Walsh <dwalsh@redhat.com> 1.17.7-1
83157e
- Update from NSA
83157e
	* Reworked av_inherit.h to allow easier re-use by kernel. 
83157e
83157e
* Tue Aug 31 2004 Dan Walsh <dwalsh@redhat.com> 1.17.6-1
83157e
- Add strcasecmp in selinux_config
83157e
- Update from NSA
83157e
	* Changed avc_has_perm_noaudit to not fail on netlink errors.
83157e
	* Changed avc netlink code to check pid based on patch by Steve Grubb.
83157e
	* Merged second optimization patch from Ulrich Drepper.
83157e
	* Changed matchpathcon to skip invalid file_contexts entries.
83157e
	* Made string tables private to libselinux.
83157e
	* Merged strcat->stpcpy patch from Ulrich Drepper.
83157e
	* Merged matchpathcon man page from Dan Walsh.
83157e
	* Merged patch to eliminate PLTs for local syms from Ulrich Drepper.
83157e
	* Autobind netlink socket.
83157e
	* Dropped compatibility code from security_compute_user.
83157e
	* Merged fix for context_range_set from Chad Hanson.
83157e
	* Merged allocation failure checking patch from Chad Hanson.
83157e
	* Merged avc netlink error message patch from Colin Walters.
83157e
83157e
83157e
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-1
83157e
- Update from NSA
83157e
	* Merged second optimization patch from Ulrich Drepper.
83157e
	* Changed matchpathcon to skip invalid file_contexts entries.
83157e
	* Made string tables private to libselinux.
83157e
	* Merged strcat->stpcpy patch from Ulrich Drepper.
83157e
	* Merged matchpathcon man page from Dan Walsh.
83157e
	* Merged patch to eliminate PLTs for local syms from Ulrich Drepper.
83157e
	* Autobind netlink socket.
83157e
	* Dropped compatibility code from security_compute_user.
83157e
	* Merged fix for context_range_set from Chad Hanson.
83157e
	* Merged allocation failure checking patch from Chad Hanson.
83157e
	* Merged avc netlink error message patch from Colin Walters.
83157e
83157e
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.4-1
83157e
- Update from NSA
83157e
- Add optflags
83157e
83157e
* Fri Aug 27 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-1
83157e
- Update from NSA
83157e
83157e
* Thu Aug 26 2004 Dan Walsh <dwalsh@redhat.com> 1.17.2-1
83157e
- Add matchpathcon man page
83157e
- Latest from NSA
83157e
	* Merged patch to eliminate PLTs for local syms from Ulrich Drepper.
83157e
	* Autobind netlink socket.
83157e
	* Dropped compatibility code from security_compute_user.
83157e
	* Merged fix for context_range_set from Chad Hanson.
83157e
	* Merged allocation failure checking patch from Chad Hanson.
83157e
	* Merged avc netlink error message patch from Colin Walters.
83157e
83157e
* Tue Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.17.1-1
83157e
- Latest from NSA
83157e
	* Autobind netlink socket.
83157e
	* Dropped compatibility code from security_compute_user.
83157e
	* Merged fix for context_range_set from Chad Hanson.
83157e
	* Merged allocation failure checking patch from Chad Hanson.
83157e
	* Merged avc netlink error message patch from Colin Walters.
83157e
83157e
* Sun Aug 22 2004 Dan Walsh <dwalsh@redhat.com> 1.16.1-1
83157e
- Latest from NSA
83157e
83157e
* Thu Aug 19 2004 Colin Walters <walters@redhat.com> 1.16-1
83157e
- New upstream version
83157e
83157e
* Tue Aug 17 2004 Dan Walsh <dwalsh@redhat.com> 1.15.7-1
83157e
- Latest from Upstream
83157e
83157e
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
83157e
- Fix man pages
83157e
83157e
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
83157e
- Latest from Upstream
83157e
83157e
* Fri Aug 13 2004 Dan Walsh <dwalsh@redhat.com> 1.15.4-1
83157e
- Latest from Upstream
83157e
83157e
* Thu Aug 12 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-2
83157e
- Add man page for boolean functions and SELinux
83157e
83157e
* Sun Aug 8 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
83157e
- Latest from NSA
83157e
83157e
* Mon Jul 19 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
83157e
- Latest from NSA
83157e
83157e
* Mon Jul 19 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-3
83157e
- uppercase getenforce returns, to make them match system-config-securitylevel
83157e
83157e
* Thu Jul 15 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-2
83157e
- Remove old path patch
83157e
83157e
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
83157e
- Update to latest from NSA
83157e
- Add fix to only get old path if file_context file exists in old location
83157e
83157e
* Wed Jun 30 2004 Dan Walsh <dwalsh@redhat.com> 1.14.1-1
83157e
- Update to latest from NSA
83157e
83157e
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.13.4-1
83157e
- add nlclass patch
83157e
- Update to latest from NSA
83157e
83157e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
83157e
- rebuilt
83157e
83157e
* Sun Jun 13 2004 Dan Walsh <dwalsh@redhat.com> 1.13.3-2
83157e
- Fix selinux_config to break once it finds SELINUXTYPE.
83157e
83157e
* Fri May 28 2004 Dan Walsh <dwalsh@redhat.com> 1.13.2-1
83157e
-Update with latest from NSA
83157e
83157e
* Thu May 27 2004 Dan Walsh <dwalsh@redhat.com> 1.13.1-1
83157e
- Change to use new policy mechanism
83157e
83157e
* Mon May 17 2004 Dan Walsh <dwalsh@redhat.com> 1.12-2
83157e
- add man patch
83157e
83157e
* Fri May 14 2004 Dan Walsh <dwalsh@redhat.com> 1.12-1
83157e
- Update with latest from NSA
83157e
83157e
* Wed May 5 2004 Dan Walsh <dwalsh@redhat.com> 1.11.4-1
83157e
- Update with latest from NSA
83157e
83157e
* Thu Apr 22 2004 Dan Walsh <dwalsh@redhat.com> 1.11.3-1
83157e
- Add changes for relaxed policy 
83157e
- Update to match NSA 
83157e
83157e
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11.2-1
83157e
- Add relaxed policy changes 
83157e
83157e
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11-4
83157e
- Sync with NSA
83157e
83157e
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11-3
83157e
- Remove requires glibc>2.3.4
83157e
83157e
* Wed Apr 14 2004 Dan Walsh <dwalsh@redhat.com> 1.11-2
83157e
- Fix selinuxenabled man page.
83157e
83157e
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 1.11-1
83157e
- Upgrade to 1.11
83157e
83157e
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 1.10-2
83157e
- Add memleaks patch
83157e
83157e
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1
83157e
- Upgrade to latest from NSA and add more man pages
83157e
83157e
* Thu Apr 1 2004 Dan Walsh <dwalsh@redhat.com> 1.9-1
83157e
- Update to match NSA
83157e
- Cleanup some man pages
83157e
83157e
* Tue Mar 30 2004 Dan Walsh <dwalsh@redhat.com> 1.8-1
83157e
- Upgrade to latest from NSA
83157e
83157e
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-6
83157e
- Add Russell's Man pages
83157e
83157e
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-5
83157e
- Change getenforce to also check is_selinux_enabled
83157e
83157e
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-4
83157e
- Add ownership to /usr/include/selinux
83157e
83157e
* Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-3
83157e
- fix location of file_contexts file.
83157e
83157e
* Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-2
83157e
- Fix matchpathcon to use BUFSIZ
83157e
83157e
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
83157e
- rebuilt
83157e
83157e
* Mon Feb 23 2004 Dan Walsh <dwalsh@redhat.com> 1.4-11
83157e
- add matchpathcon
83157e
83157e
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
83157e
- rebuilt
83157e
83157e
* Fri Jan 23 2004 Dan Walsh <dwalsh@redhat.com> 1.4-9
83157e
- Add rootok patch
83157e
83157e
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-8
83157e
- Updated getpeernam patch
83157e
83157e
* Tue Jan 13 2004 Dan Walsh <dwalsh@redhat.com> 1.4-7
83157e
- Add getpeernam patch
83157e
83157e
* Thu Dec 18 2003 Dan Walsh <dwalsh@redhat.com> 1.4-6
83157e
- Add getpeercon patch
83157e
83157e
* Thu Dec 18 2003 Dan Walsh <dwalsh@redhat.com> 1.4-5
83157e
- Put mntpoint patch, because found fix for SysVinit
83157e
83157e
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 1.4-4
83157e
- Add remove mntpoint patch, because it breaks SysVinit
83157e
83157e
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 1.4-3
83157e
- Add mntpoint patch for SysVinit
83157e
83157e
* Fri Dec 12 2003 Dan Walsh <dwalsh@redhat.com> 1.4-2
83157e
- Add -r -u -t to getcon 
83157e
83157e
* Sat Dec 6 2003 Dan Walsh <dwalsh@redhat.com> 1.4-1
83157e
- Upgrade to latest from NSA
83157e
83157e
* Mon Oct 27 2003 Dan Walsh <dwalsh@redhat.com> 1.3-2
83157e
- Fix x86_64 build
83157e
83157e
* Wed Oct 22 2003 Dan Walsh <dwalsh@redhat.com> 1.3-1
83157e
- Latest tarball from NSA.
83157e
83157e
* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 1.2-9
83157e
- Update with latest changes from NSA
83157e
83157e
* Mon Oct 20 2003 Dan Walsh <dwalsh@redhat.com> 1.2-8
83157e
- Change location of .so file
83157e
83157e
* Wed Oct 8 2003 Dan Walsh <dwalsh@redhat.com> 1.2-7
83157e
- Break out into development library
83157e
83157e
* Wed Oct  8 2003 Dan Walsh <dwalsh@redhat.com> 1.2-6
83157e
- Move location of libselinux.so to /lib
83157e
83157e
* Fri Oct  3 2003 Dan Walsh <dwalsh@redhat.com> 1.2-5
83157e
- Add selinuxenabled patch
83157e
83157e
* Wed Oct  1 2003 Dan Walsh <dwalsh@redhat.com> 1.2-4
83157e
- Update with final NSA 1.2 sources.
83157e
83157e
* Fri Sep  12 2003 Dan Walsh <dwalsh@redhat.com> 1.2-3
83157e
- Update with latest from NSA.
83157e
83157e
* Thu Aug  28 2003 Dan Walsh <dwalsh@redhat.com> 1.2-2
83157e
- Fix to build on x86_64
83157e
83157e
* Thu Aug  21 2003 Dan Walsh <dwalsh@redhat.com> 1.2-1
83157e
- update for version 1.2
83157e
83157e
* Tue May 27 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
83157e
- Initial version