From b19e5c854f0ebbbe85f0c4c36fe90fe77e32d10f Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 07 2005 14:09:21 +0000 Subject: - 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. --- diff --git a/.cvsignore b/.cvsignore index 74e1ee9..0d35626 100644 --- a/.cvsignore +++ b/.cvsignore @@ -51,3 +51,4 @@ libselinux-1.27.2.tgz libselinux-1.27.3.tgz libselinux-1.27.4.tgz libselinux-1.27.6.tgz +libselinux-1.27.7.tgz diff --git a/libselinux.spec b/libselinux.spec index a170291..f02432a 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,6 +1,6 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 1.27.6 +Version: 1.27.7 Release: 1 License: Public domain (uncopyrighted) Group: System Environment/Libraries @@ -84,6 +84,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* Fri Oct 7 2005 Dan Walsh 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 1.27.6-1 - Update to latest from NSA * Added selinux_init_load_policy() function as an even higher level diff --git a/sources b/sources index 1bcd859..7438e73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f10d89116a91e34b37f789b001e3916 libselinux-1.27.6.tgz +8c947bbe5ae0ef0ec4b5359c96d03f13 libselinux-1.27.7.tgz