- Update from NSA
Prevent overflow of spec array in matchpathcon. Fixed several uses of internal functions to avoid relocations. Changed rpm_execcon to check is_selinux_enabled() and fallback to a regular execve if not enabled (or unable to determine due to a lack of /proc, e.g. chroot'd environment).
This commit is contained in:
parent
cc65d5b546
commit
1d69704875
@ -14,3 +14,4 @@ libselinux-1.19.4.tgz
|
|||||||
libselinux-1.20.1.tgz
|
libselinux-1.20.1.tgz
|
||||||
libselinux-1.21.1.tgz
|
libselinux-1.21.1.tgz
|
||||||
libselinux-1.21.2.tgz
|
libselinux-1.21.2.tgz
|
||||||
|
libselinux-1.21.4.tgz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.21.2
|
Version: 1.21.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Public domain (uncopyrighted)
|
License: Public domain (uncopyrighted)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -84,6 +84,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 28 2005 Dan Walsh <dwalsh@redhat.com> 1.21.4-1
|
||||||
|
- Update from NSA
|
||||||
|
* Prevent overflow of spec array in matchpathcon.
|
||||||
|
* Fixed several uses of internal functions to avoid relocations.
|
||||||
|
* Changed rpm_execcon to check is_selinux_enabled() and fallback to
|
||||||
|
a regular execve if not enabled (or unable to determine due to a lack
|
||||||
|
of /proc, e.g. chroot'd environment).
|
||||||
|
|
||||||
* Wed Jan 26 2005 Dan Walsh <dwalsh@redhat.com> 1.21.2-1
|
* Wed Jan 26 2005 Dan Walsh <dwalsh@redhat.com> 1.21.2-1
|
||||||
- Update from NSA
|
- Update from NSA
|
||||||
* Merged minor fix for avcstat from Dan Walsh.
|
* Merged minor fix for avcstat from Dan Walsh.
|
||||||
|
Loading…
Reference in New Issue
Block a user