cvsdist 9f53563
Summary: SELinux library and simple utilities
cvsdist 9f53563
Name: libselinux
1f935e2
Version: 1.25.2
661867e
Release: 1
cvsdist 9f53563
License: Public domain (uncopyrighted)
cvsdist 9f53563
Group: System Environment/Libraries
e836ab9
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
67d0acb
Patch: libselinux-rhat.patch
ae6f77c
cvsdist 1591c8d
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
cvsdist 9f53563
cvsdist 9f53563
%description
cvsdist 9f53563
Security-enhanced Linux is a patch of the Linux® kernel and a number
cvsdist 9f53563
of utilities with enhanced security functionality designed to add
cvsdist 9f53563
mandatory access controls to Linux.  The Security-enhanced Linux
cvsdist 9f53563
kernel contains new architectural components originally developed to
cvsdist 9f53563
improve the security of the Flask operating system. These
cvsdist 9f53563
architectural components provide general support for the enforcement
cvsdist 9f53563
of many kinds of mandatory access control policies, including those
cvsdist 9f53563
based on the concepts of Type Enforcement®, Role-based Access
cvsdist 9f53563
Control, and Multi-level Security.
cvsdist 9f53563
cvsdist 9f53563
libselinux provides an API for SELinux applications to get and set
cvsdist 9f53563
process and file security contexts and to obtain security policy
cvsdist 9f53563
decisions.  Required for any applications that use the SELinux API.
cvsdist 9f53563
cvsdist 9f53563
%package devel
cvsdist 9f53563
Summary: Header files and libraries used to build SELinux
cvsdist 9f53563
Group: Development/Libraries
c88fca6
Requires: libselinux = %{version}-%{release}
cvsdist 9f53563
cvsdist 9f53563
%description devel
cvsdist 9f53563
The selinux-devel package contains the static libraries and header files
cvsdist 9f53563
needed for developing SELinux applications. 
cvsdist 9f53563
cvsdist 9f53563
%prep
cvsdist 9f53563
%setup -q
67d0acb
%patch -p1 -b .rhat
31e19c1
cvsdist 9f53563
%build
b2c3e1f
make CFLAGS="-g %{optflags}"
cvsdist 9f53563
cvsdist 9f53563
%install
cvsdist 9f53563
rm -rf ${RPM_BUILD_ROOT}
cvsdist 9f53563
mkdir -p ${RPM_BUILD_ROOT}/%{_lib} 
cvsdist 9f53563
mkdir -p ${RPM_BUILD_ROOT}/%{_libdir} 
cvsdist 9f53563
mkdir -p ${RPM_BUILD_ROOT}%{_includedir} 
76a0858
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
76a0858
make DESTDIR="${RPM_BUILD_ROOT}" LIBDIR="${RPM_BUILD_ROOT}%{_libdir}" SHLIBDIR="${RPM_BUILD_ROOT}/%{_lib}" BINDIR="${RPM_BUILD_ROOT}%{_sbindir}" install
cvsdist 9f53563
4af2226
# Nuke the files we don't want to distribute
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/compute_*
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/deftype
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/execcon
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/getcon
1d32084
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/getconlist
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/getenforcemode
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/getfilecon
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/getpidcon
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/mkdircon
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/policyvers
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/setfilecon
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/selinuxconfig
76a0858
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/selinuxdisable
4af2226
cvsdist 9f53563
%clean
cvsdist 9f53563
rm -rf ${RPM_BUILD_ROOT}
cvsdist 9f53563
cvsdist aca62f6
%post -p /sbin/ldconfig
cvsdist 1591c8d
cvsdist aca62f6
%postun -p /sbin/ldconfig
cvsdist 9f53563
cvsdist 9f53563
%files devel
cvsdist 9f53563
%defattr(-,root,root)
cvsdist 9f53563
%{_libdir}/libselinux.a
cvsdist 9f53563
%{_libdir}/libselinux.so
cvsdist adad8e9
%dir %{_includedir}/selinux
cvsdist 1591c8d
%{_includedir}/selinux/
cvsdist adad8e9
%{_mandir}/man3/*
cvsdist 9f53563
cvsdist 9f53563
%files
cvsdist 1591c8d
%defattr(-,root,root,0755)
cvsdist 1591c8d
/%{_lib}/libselinux.so.*
76a0858
%{_sbindir}/*
cvsdist adad8e9
%{_mandir}/man8/*
cvsdist 9f53563
cvsdist 9f53563
%changelog
1f935e2
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.25.2-1
1f935e2
- Update from NSA
1f935e2
	* Merged several fixes for error handling paths in the
1f935e2
	  AVC sidtab, matchpathcon, booleans, context, and get_context_list
1f935e2
	  code from Serge Hallyn (IBM).   Bugs found by Coverity.
1f935e2
	* Removed setupns; migrated to pam.
1f935e2
	* Merged patches to rename checkPasswdAccess() from Joshua Brindle.
1f935e2
	  Original symbol is temporarily retained for compatibility until 
1f935e2
	  all callers are updated.
1f935e2
856cdc4
* Mon Jul 18 2005 Dan Walsh <dwalsh@redhat.com> 1.24.2-1
44200d6
- Update makefiles
44200d6
67d0acb
* Wed Jun 29 2005 Dan Walsh <dwalsh@redhat.com> 1.24.1-1
67d0acb
- Update from NSA
67d0acb
	* Merged security_setupns() from Chad Sellers.
67d0acb
- fix selinuxenabled man page
67d0acb
661867e
* Fri May 20 2005 Dan Walsh <dwalsh@redhat.com> 1.23.11-1
661867e
- Update from NSA
661867e
	* Merged avcstat and selinux man page from Dan Walsh.
661867e
	* Changed security_load_booleans to process booleans.local 
661867e
	  even if booleans file doesn't exist.
661867e
	
8456bc1
* Fri Apr 26 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-3
8456bc1
- Fix avcstat to clear totals
8456bc1
8f3fa78
* Fri Apr 26 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-2
8f3fa78
- Add info to man page
8f3fa78
3127b94
* Fri Apr 26 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-1
3127b94
- Update from NSA
3127b94
	* Merged set_selinuxmnt patch from Bill Nottingham (Red Hat).
3127b94
	* Rewrote get_ordered_context_list and helpers, including
3127b94
	  changing logic to allow variable MLS fields.
3127b94
d7bbd88
* Tue Apr 26 2005 Dan Walsh <dwalsh@redhat.com> 1.23.8-1
d7bbd88
- Update from NSA
d7bbd88
4ff3f08
* Thu Apr 21 2005 Dan Walsh <dwalsh@redhat.com> 1.23.7-3
4ff3f08
- Add backin matchpathcon
4ff3f08
ce82f57
* Wed Apr 13 2005 Dan Walsh <dwalsh@redhat.com> 1.23.7-2
ce82f57
- Fix selinux_policy_root man page
ce82f57
b83512f
* Wed Apr 13 2005 Dan Walsh <dwalsh@redhat.com> 1.23.7-1
b83512f
- Change assert(selinux_mnt) to if (!selinux_mnt) return -1;
b83512f
e39f335
* Mon Apr 11 2005 Dan Walsh <dwalsh@redhat.com> 1.23.6-1
e39f335
- Update from NSA
e39f335
	* Fixed bug in matchpathcon_filespec_destroy.
e39f335
5b866cc
* Wed Apr 6 2005 Dan Walsh <dwalsh@redhat.com> 1.23.5-1
5b866cc
- Update from NSA
5b866cc
	* Fixed bug in rpm_execcon error handling path.
5b866cc
03a50e1
* Mon Apr 4 2005 Dan Walsh <dwalsh@redhat.com> 1.23.4-1
03a50e1
- Update from NSA
03a50e1
	* Merged fix for set_matchpathcon* functions from Andreas Steinmetz.
03a50e1
	* Merged fix for getconlist utility from Andreas Steinmetz.
03a50e1
c74c56d
* Tue Mar 29 2005 Dan Walsh <dwalsh@redhat.com> 1.23.2-3
c74c56d
- Update from NSA
c74c56d
07da577
* Wed Mar 23 2005 Dan Walsh <dwalsh@redhat.com> 1.23.2-2
07da577
- Better handling of booleans
07da577
e037587
* Thu Mar 17 2005 Dan Walsh <dwalsh@redhat.com> 1.23.2-1
e037587
- Update from NSA
e037587
	* Merged destructors patch from Tomas Mraz.
e037587
e037587
* Thu Mar 17 2005 Dan Walsh <dwalsh@redhat.com> 1.23.1-1
d432883
- Update from NSA
d432883
	* Added set_matchpathcon_flags() function for setting flags
d432883
	  controlling operation of matchpathcon.  MATCHPATHCON_BASEONLY
d432883
	  means only process the base file_contexts file, not 
d432883
	  file_contexts.homedirs or file_contexts.local, and is for use by
d432883
	  setfiles -c.
d432883
	* Updated matchpathcon.3 man page.
d432883
8e67581
* Thu Mar 10 2005 Dan Walsh <dwalsh@redhat.com> 1.22-1
8e67581
- Update from NSA
8e67581
adbca50
* Tue Mar 8 2005 Dan Walsh <dwalsh@redhat.com> 1.21.13-1
adbca50
- Update from NSA
adbca50
	* Fixed bug in matchpathcon_filespec_add() - failure to clear fl_head.
adbca50
d4111cf
* Tue Mar 1 2005 Dan Walsh <dwalsh@redhat.com> 1.21.12-1
d4111cf
- Update from NSA
d4111cf
  * Changed matchpathcon_common to ignore any non-format bits in the mode.
d4111cf
d4111cf
* Mon Feb 28 2005 Dan Walsh <dwalsh@redhat.com> 1.21.11-2
d4111cf
- Default matchpathcon to regular files if the user specifies a mode
d4111cf
4cc1ca9
* Tue Feb 22 2005 Dan Walsh <dwalsh@redhat.com> 1.21.11-1
4cc1ca9
- Update from NSA
4cc1ca9
	* Merged several fixes from Ulrich Drepper.
4cc1ca9
e7c97c5
* Mon Feb 21 2005 Dan Walsh <dwalsh@redhat.com> 1.21.10-3
31e19c1
- Fix matchpathcon on eof.
31e19c1
8e994c6
* Thu Feb 17 2005 Dan Walsh <dwalsh@redhat.com> 1.21.10-1
8e994c6
- Update from NSA
8e994c6
	* Merged matchpathcon patch for file_contexts.homedir from Dan Walsh.
8e994c6
	* Added selinux_users_path() for path to directory containing
8e994c6
	  system.users and local.users.
8e994c6
03d51ea
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.9-2
03d51ea
- Process file_context.homedir
03d51ea
34474bc
* Thu Feb 10 2005 Dan Walsh <dwalsh@redhat.com> 1.21.9-1
34474bc
- Update from NSA
34474bc
        * Changed relabel Makefile target to use restorecon.
34474bc
e508830
* Tue Feb 8 2005 Dan Walsh <dwalsh@redhat.com> 1.21.8-1
e508830
- Update from NSA
e508830
	* Regenerated av_permissions.h.
e508830
3fbeee4
* Wed Feb 2 2005 Dan Walsh <dwalsh@redhat.com> 1.21.7-1
3fbeee4
- Update from NSA
3fbeee4
	* Modified avc_dump_av to explicitly check for any permissions that
3fbeee4
	  cannot be mapped to string names and display them as a hex value.
3fbeee4
	* Regenerated av_permissions.h.
3fbeee4
8851687
* Mon Jan 31 2005 Dan Walsh <dwalsh@redhat.com> 1.21.5-1
8851687
- Update from NSA
8851687
	* Generalized matchpathcon internals, exported more interfaces,
8851687
	  and moved additional code from setfiles into libselinux so that
8851687
	  setfiles can directly use matchpathcon.
8851687
1d69704
* Fri Jan 28 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-1
1d69704
- Update from NSA
1d69704
	* Prevent overflow of spec array in matchpathcon.
1d69704
	* Fixed several uses of internal functions to avoid relocations.
1d69704
	* Changed rpm_execcon to check is_selinux_enabled() and fallback to
1d69704
	  a regular execve if not enabled (or unable to determine due to a lack
1d69704
	  of /proc, e.g. chroot'd environment).
1d69704
cc65d5b
* Wed Jan 26 2005 Dan Walsh <dwalsh@redhat.com> 1.21.2-1
cc65d5b
- Update from NSA
cc65d5b
	* Merged minor fix for avcstat from Dan Walsh.
cc65d5b
e0a30a3
* Mon Jan 24 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-3
e0a30a3
- rpmexeccon should not fail in permissive mode.
e0a30a3
ca41c6e
* Fri Jan 20 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-2
ca41c6e
- fix printf in avcstat
cc65d5b
e1e9d62
* Thu Jan 20 2005 Dan Walsh <dwalsh@redhat.com> 1.21.1-1
e1e9d62
- Update from NSA
e1e9d62
958b6d4
* Wed Jan 12 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-3
958b6d4
- Modify matchpathcon to also process file_contexts.local if it exists
958b6d4
ae6f77c
* Wed Jan 12 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-2
ae6f77c
- Add is_customizable_types function call
ae6f77c
dffd9ea
* Fri Jan 7 2005 Dan Walsh <dwalsh@redhat.com> 1.20.1-1
dffd9ea
- Update to latest from upstream
dffd9ea
	* Just changing version number to match upstream
dffd9ea
c88fca6
* Wed Dec 29 2004 Dan Walsh <dwalsh@redhat.com> 1.19.4-1
c88fca6
- Update to latest from upstream
c88fca6
	* Changed matchpathcon to return -1 with errno ENOENT for 
c88fca6
	  <<none>> entries, and also for an empty file_contexts configuration.
c88fca6
7aa4e97
* Tue Dec 28 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-3
7aa4e97
- Fix link devel libraries
7aa4e97
4f73d76
* Mon Dec 27 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-2
4f73d76
- Fix unitialized variable in avcstat.c
4f73d76
8ecfe2d
* Tue Nov 30 2004 Dan Walsh <dwalsh@redhat.com> 1.19.3-1
8ecfe2d
- Upgrade to upstream
8ecfe2d
	* Removed some trivial utils that were not useful or redundant.
8ecfe2d
	* Changed BINDIR default to /usr/sbin to match change in Fedora.
8ecfe2d
	* Added security_compute_member.
8ecfe2d
	* Added man page for setcon.
8ecfe2d
cc63ca7
* Tue Nov 30 2004 Dan Walsh <dwalsh@redhat.com> 1.19.2-1
cc63ca7
- Upgrade to upstream
cc63ca7
5d71053
* Thu Nov 18 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-6
6864134
- Add avcstat program
6864134
2a0f8bb
* Mon Nov 15 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-4
4962db3
- Add lots of missing man pages
4962db3
437c89f
* Fri Nov 12 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-2
437c89f
- Fix output of getsebool.
437c89f
38be80f
* Tue Nov 9 2004 Dan Walsh <dwalsh@redhat.com> 1.19.1-1
38be80f
- Update from upstream, fix setsebool -P segfault
38be80f
37dbcb4
* Fri Nov 5 2004 Steve Grubb <sgrubb@redhat.com> 1.18.1-5
37dbcb4
- Add a patch from upstream. Fixes signed/unsigned issues, and 
37dbcb4
  incomplete structure copy.
37dbcb4
407b1fe
* Thu Nov 4 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-4
407b1fe
- More fixes from sgrubb, better syslog
407b1fe
efa62ac
* Thu Nov 4 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-3
aed8abc
- Have setsebool and togglesebool log changes to syslog
efa62ac
71b3b1c
* Wed Nov 3 2004 Steve Grubb <sgrubb@redhat.com> 1.18.1-2
71b3b1c
- Add patch to make setsebool update bool on disk
aed8abc
- Make togglesebool have a rollback capability in case it blows up inflight
71b3b1c
cfb1f30
* Tue Nov 2 2004 Dan Walsh <dwalsh@redhat.com> 1.18.1-1
cfb1f30
- Upgrade to latest from NSA
cfb1f30
76a0858
* Thu Oct 28 2004 Steve Grubb <sgrubb@redhat.com> 1.17.15-2
76a0858
- Changed the location of the utilities to /usr/sbin since
76a0858
   normal users can't use them anyways.
76a0858
4af2226
* Wed Oct 27 2004 Steve Grubb <sgrubb@redhat.com> 1.17.15-2
76a0858
- Updated various utilities, removed utilities that are for testing,
76a0858
  added man pages.
4af2226
b2c3e1f
* Fri Oct 15 2004 Dan Walsh <dwalsh@redhat.com> 1.17.15-1
b2c3e1f
- Add -g flag to make
b2c3e1f
- Upgrade to latest  from NSA
b2c3e1f
	* Added rpm_execcon.
b2c3e1f
224faef
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 1.17.14-1
224faef
- Upgrade to latest  from NSA
224faef
	* Merged setenforce and removable context patch from Dan Walsh.
224faef
	* Merged build fix for alpha from Ulrich Drepper.
224faef
	* Removed copyright/license from selinux_netlink.h - definitions only.
224faef
828726c
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 1.17.13-3
828726c
- Change setenforce to accept Enforcing and Permissive
828726c
72ef06e
* Wed Sep 22 2004 Dan Walsh <dwalsh@redhat.com> 1.17.13-2
72ef06e
- Add alpha patch
72ef06e
228dd64
* Mon Sep 20 2004 Dan Walsh <dwalsh@redhat.com> 1.17.13-1
228dd64
- Upgrade to latest  from NSA
228dd64
dfa5faf
* Thu Sep 16 2004 Dan Walsh <dwalsh@redhat.com> 1.17.12-2
dfa5faf
- Add selinux_removable_context_path
dfa5faf
0474ff5
* Tue Sep 14 2004 Dan Walsh <dwalsh@redhat.com> 1.17.12-1
0474ff5
- Update from NSA
0474ff5
	* Add matchmediacon
0474ff5
39b34eb
* Tue Sep 14 2004 Dan Walsh <dwalsh@redhat.com> 1.17.11-1
39b34eb
- Update from NSA
0474ff5
	* Merged in matchmediacon changes.
39b34eb
39b34eb
* Fri Sep 10 2004 Dan Walsh <dwalsh@redhat.com> 1.17.10-1
dcf4ba6
- Update from NSA
dcf4ba6
	* Regenerated headers for new nscd permissions.
dcf4ba6
9a368c5
* Wed Sep 8 2004 Dan Walsh <dwalsh@redhat.com> 1.17.9-2
9a368c5
- Add matchmediacon
9a368c5
cvsdist aca62f6
* Wed Sep 8 2004 Dan Walsh <dwalsh@redhat.com> 1.17.9-1
cvsdist aca62f6
- Update from NSA
cvsdist aca62f6
	* Added get_default_context_with_role.
cvsdist aca62f6
cvsdist 1591c8d
* Thu Sep 2 2004 Dan Walsh <dwalsh@redhat.com> 1.17.8-2
cvsdist 1591c8d
- Clean up spec file
cvsdist 1591c8d
	* Patch from Matthias Saou
cvsdist 1591c8d
cvsdist f453bd1
* Thu Sep 2 2004 Dan Walsh <dwalsh@redhat.com> 1.17.8-1
cvsdist f453bd1
- Update from NSA
cvsdist f453bd1
	* Added set_matchpathcon_printf.	
cvsdist f453bd1
cvsdist f453bd1
* Wed Sep 1 2004 Dan Walsh <dwalsh@redhat.com> 1.17.7-1
cvsdist b320ff1
- Update from NSA
cvsdist b320ff1
	* Reworked av_inherit.h to allow easier re-use by kernel. 
cvsdist b320ff1
cvsdist e34dcc2
* Tue Aug 31 2004 Dan Walsh <dwalsh@redhat.com> 1.17.6-1
cvsdist e34dcc2
- Add strcasecmp in selinux_config
cvsdist e34dcc2
- Update from NSA
cvsdist e34dcc2
	* Changed avc_has_perm_noaudit to not fail on netlink errors.
cvsdist e34dcc2
	* Changed avc netlink code to check pid based on patch by Steve Grubb.
cvsdist e34dcc2
	* Merged second optimization patch from Ulrich Drepper.
cvsdist e34dcc2
	* Changed matchpathcon to skip invalid file_contexts entries.
cvsdist e34dcc2
	* Made string tables private to libselinux.
cvsdist e34dcc2
	* Merged strcat->stpcpy patch from Ulrich Drepper.
cvsdist e34dcc2
	* Merged matchpathcon man page from Dan Walsh.
cvsdist e34dcc2
	* Merged patch to eliminate PLTs for local syms from Ulrich Drepper.
cvsdist e34dcc2
	* Autobind netlink socket.
cvsdist e34dcc2
	* Dropped compatibility code from security_compute_user.
cvsdist e34dcc2
	* Merged fix for context_range_set from Chad Hanson.
cvsdist e34dcc2
	* Merged allocation failure checking patch from Chad Hanson.
cvsdist e34dcc2
	* Merged avc netlink error message patch from Colin Walters.
cvsdist e34dcc2
cvsdist e34dcc2
cvsdist 4b578fd
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.5-1
cvsdist 4b578fd
- Update from NSA
cvsdist 4b578fd
	* Merged second optimization patch from Ulrich Drepper.
cvsdist 4b578fd
	* Changed matchpathcon to skip invalid file_contexts entries.
cvsdist 4b578fd
	* Made string tables private to libselinux.
cvsdist 4b578fd
	* Merged strcat->stpcpy patch from Ulrich Drepper.
cvsdist 4b578fd
	* Merged matchpathcon man page from Dan Walsh.
cvsdist 4b578fd
	* Merged patch to eliminate PLTs for local syms from Ulrich Drepper.
cvsdist 4b578fd
	* Autobind netlink socket.
cvsdist 4b578fd
	* Dropped compatibility code from security_compute_user.
cvsdist 4b578fd
	* Merged fix for context_range_set from Chad Hanson.
cvsdist 4b578fd
	* Merged allocation failure checking patch from Chad Hanson.
cvsdist 4b578fd
	* Merged avc netlink error message patch from Colin Walters.
cvsdist 4b578fd
cvsdist 052a62d
* Mon Aug 30 2004 Dan Walsh <dwalsh@redhat.com> 1.17.4-1
cvsdist 052a62d
- Update from NSA
cvsdist 052a62d
- Add optflags
cvsdist 052a62d
cvsdist f991fab
* Fri Aug 26 2004 Dan Walsh <dwalsh@redhat.com> 1.17.3-1
cvsdist f991fab
- Update from NSA
cvsdist f991fab
cvsdist 6df5724
* Thu Aug 26 2004 Dan Walsh <dwalsh@redhat.com> 1.17.2-1
cvsdist 6df5724
- Add matchpathcon man page
cvsdist 6df5724
- Latest from NSA
cvsdist 6df5724
	* Merged patch to eliminate PLTs for local syms from Ulrich Drepper.
cvsdist 6df5724
	* Autobind netlink socket.
cvsdist 6df5724
	* Dropped compatibility code from security_compute_user.
cvsdist 6df5724
	* Merged fix for context_range_set from Chad Hanson.
cvsdist 6df5724
	* Merged allocation failure checking patch from Chad Hanson.
cvsdist 6df5724
	* Merged avc netlink error message patch from Colin Walters.
cvsdist 6df5724
cvsdist 569258d
* Tue Aug 24 2004 Dan Walsh <dwalsh@redhat.com> 1.17.1-1
cvsdist 569258d
- Latest from NSA
cvsdist 569258d
	* Autobind netlink socket.
cvsdist 569258d
	* Dropped compatibility code from security_compute_user.
cvsdist 569258d
	* Merged fix for context_range_set from Chad Hanson.
cvsdist 569258d
	* Merged allocation failure checking patch from Chad Hanson.
cvsdist 569258d
	* Merged avc netlink error message patch from Colin Walters.
cvsdist 569258d
cvsdist c722471
* Sun Aug 22 2004 Dan Walsh <dwalsh@redhat.com> 1.16.1-1
cvsdist c722471
- Latest from NSA
cvsdist c722471
cvsdist 1e259b6
* Thu Aug 19 2004 Colin Walters <walters@redhat.com> 1.16-1
cvsdist 1e259b6
- New upstream version
cvsdist 1e259b6
cvsdist 998a860
* Tue Aug 17 2004 Dan Walsh <dwalsh@redhat.com> 1.15.7-1
cvsdist 998a860
- Latest from Upstream
cvsdist 998a860
cvsdist d4d9fd7
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
cvsdist d4d9fd7
- Fix man pages
cvsdist d4d9fd7
cvsdist 431f96d
* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
cvsdist 431f96d
- Latest from Upstream
cvsdist 431f96d
cvsdist a23f3d8
* Fri Aug 13 2004 Dan Walsh <dwalsh@redhat.com> 1.15.4-1
cvsdist a23f3d8
- Latest from Upstream
cvsdist a23f3d8
cvsdist 26188d7
* Thu Aug 12 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-2
cvsdist 26188d7
- Add man page for boolean functions and SELinux
cvsdist 26188d7
cvsdist 6edaf31
* Sat Aug 8 2004 Dan Walsh <dwalsh@redhat.com> 1.15.3-1
cvsdist 6edaf31
- Latest from NSA
cvsdist 6edaf31
cvsdist bb1a93f
* Mon Jul 19 2004 Dan Walsh <dwalsh@redhat.com> 1.15.2-1
cvsdist bb1a93f
- Latest from NSA
cvsdist bb1a93f
cvsdist f55e395
* Mon Jul 19 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-3
cvsdist f55e395
- uppercase getenforce returns, to make them match system-config-securitylevel
cvsdist f55e395
cvsdist f55e395
* Thu Jul 15 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-2
cvsdist f55e395
- Remove old path patch
cvsdist f55e395
cvsdist c391d58
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.15.1-1
cvsdist c391d58
- Update to latest from NSA
cvsdist c391d58
- Add fix to only get old path if file_context file exists in old location
cvsdist c391d58
cvsdist df79945
* Wed Jun 30 2004 Dan Walsh <dwalsh@redhat.com> 1.14.1-1
cvsdist df79945
- Update to latest from NSA
cvsdist df79945
cvsdist eaa3e6e
* Wed Jun 16 2004 Dan Walsh <dwalsh@redhat.com> 1.13.4-1
cvsdist eaa3e6e
- add nlclass patch
cvsdist eaa3e6e
- Update to latest from NSA
cvsdist eaa3e6e
cvsdist b832765
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b832765
- rebuilt
cvsdist b832765
cvsdist 2eea259
* Sat Jun 13 2004 Dan Walsh <dwalsh@redhat.com> 1.13.3-2
cvsdist 2eea259
- Fix selinux_config to break once it finds SELINUXTYPE.
cvsdist 2eea259
cvsdist 6644b13
* Fri May 28 2004 Dan Walsh <dwalsh@redhat.com> 1.13.2-1
cvsdist 6644b13
-Update with latest from NSA
cvsdist 6644b13
cvsdist cca6a80
* Thu May 27 2004 Dan Walsh <dwalsh@redhat.com> 1.13.1-1
cvsdist cca6a80
- Change to use new policy mechanism
cvsdist cca6a80
cvsdist f9343dd
* Mon May 17 2004 Dan Walsh <dwalsh@redhat.com> 1.12-2
cvsdist f9343dd
- add man patch
cvsdist f9343dd
cvsdist f9343dd
* Thu May 14 2004 Dan Walsh <dwalsh@redhat.com> 1.12-1
cvsdist f9343dd
- Update with latest from NSA
cvsdist f9343dd
cvsdist adad8e9
* Wed May 5 2004 Dan Walsh <dwalsh@redhat.com> 1.11.4-1
cvsdist adad8e9
- Update with latest from NSA
cvsdist adad8e9
cvsdist adad8e9
* Thu Apr 22 2004 Dan Walsh <dwalsh@redhat.com> 1.11.3-1
cvsdist adad8e9
- Add changes for relaxed policy 
cvsdist adad8e9
- Update to match NSA 
cvsdist adad8e9
cvsdist adad8e9
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11.2-1
cvsdist adad8e9
- Add relaxed policy changes 
cvsdist adad8e9
cvsdist adad8e9
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11-4
cvsdist adad8e9
- Sync with NSA
cvsdist adad8e9
cvsdist adad8e9
* Thu Apr 15 2004 Dan Walsh <dwalsh@redhat.com> 1.11-3
cvsdist adad8e9
- Remove requires glibc>2.3.4
cvsdist adad8e9
cvsdist adad8e9
* Wed Apr 14 2004 Dan Walsh <dwalsh@redhat.com> 1.11-2
cvsdist adad8e9
- Fix selinuxenabled man page.
cvsdist adad8e9
cvsdist adad8e9
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 1.11-1
cvsdist adad8e9
- Upgrade to 1.11
cvsdist adad8e9
cvsdist adad8e9
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 1.10-2
cvsdist adad8e9
- Add memleaks patch
cvsdist adad8e9
cvsdist adad8e9
* Wed Apr 7 2004 Dan Walsh <dwalsh@redhat.com> 1.10-1
cvsdist adad8e9
- Upgrade to latest from NSA and add more man pages
cvsdist adad8e9
cvsdist adad8e9
* Thu Apr 1 2004 Dan Walsh <dwalsh@redhat.com> 1.9-1
cvsdist adad8e9
- Update to match NSA
cvsdist adad8e9
- Cleanup some man pages
cvsdist adad8e9
cvsdist adad8e9
* Tue Mar 30 2004 Dan Walsh <dwalsh@redhat.com> 1.8-1
cvsdist adad8e9
- Upgrade to latest from NSA
cvsdist adad8e9
cvsdist adad8e9
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-6
cvsdist adad8e9
- Add Russell's Man pages
cvsdist adad8e9
cvsdist adad8e9
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-5
cvsdist adad8e9
- Change getenforce to also check is_selinux_enabled
cvsdist adad8e9
cvsdist adad8e9
* Thu Mar 25 2004 Dan Walsh <dwalsh@redhat.com> 1.6-4
cvsdist adad8e9
- Add ownership to /usr/include/selinux
cvsdist adad8e9
cvsdist e9e2eaa
* Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-3
cvsdist e9e2eaa
- fix location of file_contexts file.
cvsdist e9e2eaa
cvsdist e9e2eaa
* Wed Mar 10 2004 Dan Walsh <dwalsh@redhat.com> 1.6-2
cvsdist e9e2eaa
- Fix matchpathcon to use BUFSIZ
cvsdist e9e2eaa
cvsdist e9e2eaa
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e9e2eaa
- rebuilt
cvsdist e9e2eaa
cvsdist e9e2eaa
* Mon Feb 23 2004 Dan Walsh <dwalsh@redhat.com> 1.4-11
cvsdist e9e2eaa
- add matchpathcon
cvsdist e9e2eaa
cvsdist e9e2eaa
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e9e2eaa
- rebuilt
cvsdist 9f53563
cvsdist 9f53563
* Fri Jan 23 2004 Dan Walsh <dwalsh@redhat.com> 1.4-9
cvsdist 9f53563
- Add rootok patch
cvsdist 9f53563
cvsdist 9f53563
* Wed Jan 14 2004 Dan Walsh <dwalsh@redhat.com> 1.4-8
cvsdist 9f53563
- Updated getpeernam patch
cvsdist 9f53563
cvsdist 9f53563
* Tue Jan 13 2004 Dan Walsh <dwalsh@redhat.com> 1.4-7
cvsdist 9f53563
- Add getpeernam patch
cvsdist 9f53563
cvsdist 9f53563
* Thu Dec 18 2003 Dan Walsh <dwalsh@redhat.com> 1.4-6
cvsdist 9f53563
- Add getpeercon patch
cvsdist 9f53563
cvsdist 9f53563
* Thu Dec 18 2003 Dan Walsh <dwalsh@redhat.com> 1.4-5
cvsdist 9f53563
- Put mntpoint patch, because found fix for SysVinit
cvsdist 9f53563
cvsdist 9f53563
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 1.4-4
cvsdist 9f53563
- Add remove mntpoint patch, because it breaks SysVinit
cvsdist 9f53563
cvsdist 9f53563
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 1.4-3
cvsdist 9f53563
- Add mntpoint patch for SysVinit
cvsdist 9f53563
cvsdist 9f53563
* Fri Dec 12 2003 Dan Walsh <dwalsh@redhat.com> 1.4-2
cvsdist 9f53563
- Add -r -u -t to getcon 
cvsdist 9f53563
cvsdist 9f53563
* Sat Dec 6 2003 Dan Walsh <dwalsh@redhat.com> 1.4-1
cvsdist 9f53563
- Upgrade to latest from NSA
cvsdist 9f53563
cvsdist 9f53563
* Mon Oct 27 2003 Dan Walsh <dwalsh@redhat.com> 1.3-2
cvsdist 9f53563
- Fix x86_64 build
cvsdist 9f53563
cvsdist 9f53563
* Wed Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 1.3-1
cvsdist 9f53563
- Latest tarball from NSA.
cvsdist 9f53563
cvsdist 9f53563
* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 1.2-9
cvsdist 9f53563
- Update with latest changes from NSA
cvsdist 9f53563
cvsdist 9f53563
* Mon Oct 20 2003 Dan Walsh <dwalsh@redhat.com> 1.2-8
cvsdist 9f53563
- Change location of .so file
cvsdist 9f53563
cvsdist 9f53563
* Wed Oct 8 2003 Dan Walsh <dwalsh@redhat.com> 1.2-7
cvsdist 9f53563
- Break out into development library
cvsdist 9f53563
cvsdist 9f53563
* Wed Oct  8 2003 Dan Walsh <dwalsh@redhat.com> 1.2-6
cvsdist 9f53563
- Move location of libselinux.so to /lib
cvsdist 9f53563
cvsdist 9f53563
* Fri Oct  3 2003 Dan Walsh <dwalsh@redhat.com> 1.2-5
cvsdist 9f53563
- Add selinuxenabled patch
cvsdist 9f53563
cvsdist 9f53563
* Wed Oct  1 2003 Dan Walsh <dwalsh@redhat.com> 1.2-4
cvsdist 9f53563
- Update with final NSA 1.2 sources.
cvsdist 9f53563
cvsdist 9f53563
* Fri Sep  12 2003 Dan Walsh <dwalsh@redhat.com> 1.2-3
cvsdist 9f53563
- Update with latest from NSA.
cvsdist 9f53563
cvsdist 9f53563
* Fri Aug  28 2003 Dan Walsh <dwalsh@redhat.com> 1.2-2
cvsdist 9f53563
- Fix to build on x86_64
cvsdist 9f53563
cvsdist 9f53563
* Thu Aug  21 2003 Dan Walsh <dwalsh@redhat.com> 1.2-1
cvsdist 9f53563
- update for version 1.2
cvsdist 9f53563
cvsdist 9f53563
* Wed May 27 2003 Dan Walsh <dwalsh@redhat.com> 1.0-1
cvsdist 9f53563
- Initial version
cvsdist 9f53563