- Update to latest from NSA

Changed getseuserbyname to fall back to the Linux username and NULL level
    if seusers config file doesn't exist unless REQUIRESEUSERS=1 is set in
    /etc/selinux/config.
Moved seusers.conf under $SELINUXTYPE and renamed to seusers.
This commit is contained in:
Daniel J Walsh 2005-10-07 14:09:21 +00:00
parent 33b55398a2
commit b19e5c854f
3 changed files with 10 additions and 2 deletions

View File

@ -51,3 +51,4 @@ libselinux-1.27.2.tgz
libselinux-1.27.3.tgz libselinux-1.27.3.tgz
libselinux-1.27.4.tgz libselinux-1.27.4.tgz
libselinux-1.27.6.tgz libselinux-1.27.6.tgz
libselinux-1.27.7.tgz

View File

@ -1,6 +1,6 @@
Summary: SELinux library and simple utilities Summary: SELinux library and simple utilities
Name: libselinux Name: libselinux
Version: 1.27.6 Version: 1.27.7
Release: 1 Release: 1
License: Public domain (uncopyrighted) License: Public domain (uncopyrighted)
Group: System Environment/Libraries Group: System Environment/Libraries
@ -84,6 +84,13 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Fri Oct 7 2005 Dan Walsh <dwalsh@redhat.com> 1.27.7-1
- Update to latest from NSA
* Changed getseuserbyname to fall back to the Linux username and
NULL level if seusers config file doesn't exist unless
REQUIRESEUSERS=1 is set in /etc/selinux/config.
* Moved seusers.conf under $SELINUXTYPE and renamed to seusers.
* Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.6-1 * Thu Oct 6 2005 Dan Walsh <dwalsh@redhat.com> 1.27.6-1
- Update to latest from NSA - Update to latest from NSA
* Added selinux_init_load_policy() function as an even higher level * Added selinux_init_load_policy() function as an even higher level

View File

@ -1 +1 @@
0f10d89116a91e34b37f789b001e3916 libselinux-1.27.6.tgz 8c947bbe5ae0ef0ec4b5359c96d03f13 libselinux-1.27.7.tgz