710322b
%define libsepolver 1.10-1
cvsdist 9f53563
Summary: SELinux library and simple utilities
cvsdist 9f53563
Name: libselinux
710322b
Version: 1.28
710322b
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
0e39b77
Patch: libselinux-rhat.patch
6142796
f6b11f6
Requires: libsepol >= %{libsepolver}
555b917
Requires: libsetrans
ae6f77c
cvsdist 1591c8d
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
cvsdist 9f53563
cvsdist 9f53563
%description
bebb529
Security-enhanced Linux is a feature 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
4bb08c5
%package python
4bb08c5
Summary: python bindings for libselinux
4bb08c5
Group: Development/Libraries
4bb08c5
Requires: libselinux = %{version}-%{release} 
4bb08c5
4bb08c5
%description python
4bb08c5
The libselinux-python package contains the python bindings for developing SELinux 
4bb08c5
applications. 
4bb08c5
cvsdist 9f53563
%package devel
cvsdist 9f53563
Summary: Header files and libraries used to build SELinux
cvsdist 9f53563
Group: Development/Libraries
f6b11f6
Requires: libselinux = %{version}-%{release} 
cvsdist 9f53563
cvsdist 9f53563
%description devel
4bb08c5
The libselinux-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
0e39b77
%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
710322b
rm -f ${RPM_BUILD_ROOT}%{_sbindir}/sgetseuser
4af2226
cvsdist 9f53563
%clean
cvsdist 9f53563
rm -rf ${RPM_BUILD_ROOT}
cvsdist 9f53563
d5c6e72
%post
d5c6e72
/sbin/ldconfig
f6b11f6
[ -x /sbin/telinit ] && /sbin/telinit U
d5c6e72
exit 0
cvsdist 1591c8d
cvsdist aca62f6
%postun -p /sbin/ldconfig
cvsdist 9f53563
4bb08c5
%files
4bb08c5
%defattr(-,root,root,0755)
4bb08c5
/%{_lib}/libselinux.so.*
4bb08c5
%{_sbindir}/*
4bb08c5
%{_mandir}/man8/*
4bb08c5
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
4bb08c5
%files python
cvsdist 1591c8d
%defattr(-,root,root,0755)
ae85aab
%{_libdir}/python2.4/site-packages/_selinux.so
ae85aab
%{_libdir}/python2.4/site-packages/selinux.py*
cvsdist 9f53563
cvsdist 9f53563
%changelog
710322b
* Wed Dec 6 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
710322b
- Update to never version
710322b
710322b
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.28-2
0e39b77
- Fix some of the python swig objects
0e39b77
38b50da
* Thu Dec 1 2005 Dan Walsh <dwalsh@redhat.com> 1.27.28-1
38b50da
- Update to latest from NSA
38b50da
	* Added MATCHPATHCON_VALIDATE flag for set_matchpathcon_flags() and
38b50da
	  modified matchpathcon implementation to make context validation/
38b50da
	  canonicalization optional at matchpathcon_init time, deferring it
38b50da
	  to a successful matchpathcon by default unless the new flag is set
38b50da
	  by the caller.
38b50da
	* Added matchpathcon_init_prefix() interface, and
38b50da
	  reworked matchpathcon implementation to support selective
38b50da
	  loading of file contexts entries based on prefix matching
38b50da
	  between the pathname regex stems and the specified path
38b50da
	  prefix (stem must be a prefix of the specified path prefix).
38b50da
827fc83
* Wed Nov 30 2005 Dan Walsh <dwalsh@redhat.com> 1.27.26-1
827fc83
- Update to latest from NSA
827fc83
	* Change getsebool to return on/off instead of active/inactive
56d326b
116a5b0
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 1.27.25-1
116a5b0
- Update to latest from NSA
116a5b0
	* Added -f file_contexts option to matchpathcon util.
116a5b0
	  Fixed warning message in matchpathcon_init().
116a5b0
	* Merged Makefile python definitions patch from Dan Walsh.
116a5b0
9983861
* Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.23-1
116a5b0
- Update to latest from NSA
9983861
	* Merged swigify patch from Dan Walsh.
9983861
4bb08c5
* Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-4
4bb08c5
- Separate out libselinux-python bindings into separate rpm
4bb08c5
555b917
* Thu Nov 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-3
4bb08c5
- Read libsetrans requirement
555b917
ae85aab
* Thu Nov 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-2
ae85aab
- Add python bindings
ae85aab
ac2f72c
* Wed Nov 16 2005 Dan Walsh <dwalsh@redhat.com> 1.27.22-1
ac2f72c
- Update to latest from NSA
ac2f72c
	* Merged make failure in rpm_execcon non-fatal in permissive mode
ac2f72c
	  patch from Ivan Gyurdiev.
ac2f72c
f0d8402
* Tue Nov 15 2005 Dan Walsh <dwalsh@redhat.com> 1.27.21-2
f0d8402
- Remove requirement for libsetrans
f0d8402
848a7fa
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.21-1
848a7fa
- Update to latest from NSA
848a7fa
	* Added MATCHPATHCON_NOTRANS flag for set_matchpathcon_flags()
848a7fa
	  and modified matchpathcon_init() to skip context translation
848a7fa
	  if it is set by the caller.
848a7fa
e6236de
* Tue Nov 8 2005 Dan Walsh <dwalsh@redhat.com> 1.27.20-1
e6236de
- Update to latest from NSA
e6236de
	* Added security_canonicalize_context() interface and
e6236de
	  set_matchpathcon_canoncon() interface for obtaining
e6236de
	  canonical contexts.  Changed matchpathcon internals
e6236de
	  to obtain canonical contexts by default.  Provided
e6236de
	  fallback for kernels that lack extended selinuxfs context
e6236de
	  interface.
70810f1
- Patch to not translate mls when calling setfiles
70810f1
8f768f0
* Mon Nov 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.19-1
8f768f0
- Update to latest from NSA
8f768f0
	* Merged seusers parser changes from Ivan Gyurdiev.
8f768f0
	* Merged setsebool to libsemanage patch from Ivan Gyurdiev.
8f768f0
	* Changed seusers parser to reject empty fields.
8f768f0
e559deb
* Fri Nov 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.18-1
8f768f0
- Update to latest from NSA
e559deb
	* Merged seusers empty level handling patch from Jonathan Kim (TCS).
e559deb
da7a013
* Thu Nov 3 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-4
93060b5
- Rebuild for latest libsepol
93060b5
597ff86
* Mon Oct 31 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-2
597ff86
- Rebuild for latest libsepol
597ff86
08d2242
* Wed Oct 26 2005 Dan Walsh <dwalsh@redhat.com> 1.27.17-1
9f412a6
- Change default to __default__
9f412a6
08d2242
* Wed Oct 26 2005 Dan Walsh <dwalsh@redhat.com> 1.27.14-3
08d2242
- Change default to __default__
08d2242
08d2242
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.27.14-2
54939fa
- Add selinux_translations_path
54939fa
08d2242
* Tue Oct 25 2005 Dan Walsh <dwalsh@redhat.com> 1.27.14-1
2300981
- Update to latest from NSA
2300981
	* Merged selinux_path() and selinux_homedir_context_path()
2300981
	  functions from Joshua Brindle.
2300981
08d2242
* Fri Oct 21 2005 Dan Walsh <dwalsh@redhat.com> 1.27.13-2
f6b11f6
- Need to check for /sbin/telinit
f6b11f6
3ef1de9
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.27.13-1
3ef1de9
- Update to latest from NSA
3ef1de9
	* Merged fixes for make DESTDIR= builds from Joshua Brindle.
3ef1de9
78dc042
* Mon Oct 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.12-1
78dc042
- Update to latest from NSA
78dc042
	* Merged get_default_context_with_rolelevel and man pages from
78dc042
	  Dan Walsh (Red Hat).
78dc042
	* Updated call to sepol_policydb_to_image for sepol changes.
78dc042
	* Changed getseuserbyname to ignore empty lines and to handle
78dc042
	no matching entry in the same manner as no seusers file.
6142796
d5c6e72
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-2
d5c6e72
- Tell init to reexec itself in post script
d5c6e72
c521275
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.9-1
c521275
- Update to latest from NSA
c521275
	* Changed selinux_mkload_policy to try downgrading the
c521275
	latest policy version available to the kernel-supported version.
c521275
	* Changed selinux_mkload_policy to fall back to the maximum
c521275
	policy version supported by libsepol if the kernel policy version
c521275
	falls outside of the supported range.
c521275
b19e5c8
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-1
b19e5c8
- Update to latest from NSA
b19e5c8
	* Changed getseuserbyname to fall back to the Linux username and
b19e5c8
	NULL level if seusers config file doesn't exist unless 
b19e5c8
	REQUIRESEUSERS=1 is set in /etc/selinux/config.
b19e5c8
	* Moved seusers.conf under $SELINUXTYPE and renamed to seusers.
b19e5c8
33b5539
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.6-1
33b5539
- Update to latest from NSA
33b5539
	* Added selinux_init_load_policy() function as an even higher level
33b5539
	interface for the initial policy load by /sbin/init.  This obsoletes
33b5539
	the load_policy() function in the sysvinit-selinux.patch. 
33b5539
	* Added selinux_mkload_policy() function as a higher level interface
33b5539
	for loading policy than the security_load_policy() interface.
33b5539
90c2814
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.4-1
90c2814
- Update to latest from NSA
90c2814
	* Merged fix for matchpathcon (regcomp error checking) from Johan
90c2814
	Fischer.  Also added use of regerror to obtain the error string
90c2814
	for inclusion in the error message.
90c2814
f76369a
* Tue Oct 4 2005 Dan Walsh <dwalsh@redhat.com> 1.27.3-1
f76369a
- Update to latest from NSA
f76369a
	* Changed getseuserbyname to not require (and ignore if present)
f76369a
	the MLS level in seusers.conf if MLS is disabled, setting *level
f76369a
	to NULL in this case.
f76369a
1cfd4dc
* Mon Oct 3 2005 Dan Walsh <dwalsh@redhat.com> 1.27.2-1
1cfd4dc
- Update to latest from NSA
1cfd4dc
	* Merged getseuserbyname patch from Dan Walsh.
1cfd4dc
4dc4d10
* Thu Sep 29 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-3
4dc4d10
- Fix patch to satisfy upstream
4dc4d10
bebb529
* Wed Sep 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.1-2
bebb529
- Update to latest from NSA
bebb529
- Add getseuserbyname
bebb529
fedf820
* Fri Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-6
fedf820
- Fix patch call
fedf820
b86cfc3
* Tue Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-5
b86cfc3
- Fix strip_con call
b86cfc3
c2b28e3
* Tue Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-3
c2b28e3
- Go back to original libsetrans code
c2b28e3
bc0a935
* Mon Sep 12 2005 Dan Walsh <dwalsh@redhat.com> 1.26-2
bc0a935
- Eliminate forth param from mls context when mls is not enabled.
bc0a935
99ddec8
* Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 1.25.7-1
99ddec8
- Update from NSA
99ddec8
	* Merged modified form of patch to avoid dlopen/dlclose by
99ddec8
	the static libselinux from Dan Walsh.  Users of the static libselinux
99ddec8
	will not have any context translation by default.
99ddec8
59d6552
* Thu Sep 1 2005 Dan Walsh <dwalsh@redhat.com> 1.25.6-1
59d6552
- Update from NSA
59d6552
	* Added public functions to export context translation to
59d6552
	users of libselinux (selinux_trans_to_raw_context,
59d6552
	selinux_raw_to_trans_context).
59d6552
eb500fb
* Mon Aug 29 2005 Dan Walsh <dwalsh@redhat.com> 1.25.5-1
eb500fb
- Update from NSA
eb500fb
	* Remove special definition for context_range_set; use
eb500fb
	common code.
eb500fb
d3d9f9e
* Thu Aug 25 2005 Dan Walsh <dwalsh@redhat.com> 1.25.4-1
d3d9f9e
- Update from NSA
d3d9f9e
	* Hid translation-related symbols entirely and ensured that 
d3d9f9e
	raw functions have hidden definitions for internal use.
d3d9f9e
	* Allowed setting NULL via context_set* functions.
d3d9f9e
	* Allowed whitespace in MLS component of context.
d3d9f9e
	* Changed rpm_execcon to use translated functions to workaround
d3d9f9e
	lack of MLS level on upgraded systems.
d3d9f9e
d3d9f9e
* Wed Aug 24 2005 Dan Walsh <dwalsh@redhat.com> 1.25.3-2
d3d9f9e
- Allow set_comp on unset ranges
d3d9f9e
e7e35da
* Wed Aug 24 2005 Dan Walsh <dwalsh@redhat.com> 1.25.3-1
e7e35da
	* Merged context translation patch, originally by TCS,
e7e35da
	  with modifications by Dan Walsh (Red Hat).
e7e35da
e7e35da
* Wed Aug 17 2005 Dan Walsh <dwalsh@redhat.com> 1.25.2-2
e7e35da
- Apply translation patch
e7e35da
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