From 33b55398a2de3d274fb22619797d44c848891be3 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Oct 06 2005 19:03:52 +0000 Subject: - Update to latest from NSA Added selinux_init_load_policy() function as an even higher level interface for the initial policy load by /sbin/init. This obsoletes the load_policy() function in the sysvinit-selinux.patch. Added selinux_mkload_policy() function as a higher level interface for loading policy than the security_load_policy() interface. --- diff --git a/.cvsignore b/.cvsignore index 9bf1fbd..74e1ee9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -50,3 +50,4 @@ libselinux-1.27.1.tgz libselinux-1.27.2.tgz libselinux-1.27.3.tgz libselinux-1.27.4.tgz +libselinux-1.27.6.tgz diff --git a/libselinux.spec b/libselinux.spec index 1400c24..a170291 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -1,6 +1,6 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 1.27.4 +Version: 1.27.6 Release: 1 License: Public domain (uncopyrighted) Group: System Environment/Libraries @@ -84,6 +84,14 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/* %changelog +* 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 + interface for the initial policy load by /sbin/init. This obsoletes + the load_policy() function in the sysvinit-selinux.patch. + * Added selinux_mkload_policy() function as a higher level interface + for loading policy than the security_load_policy() interface. + * Thu Oct 6 2005 Dan Walsh 1.27.4-1 - Update to latest from NSA * Merged fix for matchpathcon (regcomp error checking) from Johan diff --git a/sources b/sources index 61f8826..1bcd859 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0947eb45d7239fe0456b03044b4792fc libselinux-1.27.4.tgz +0f10d89116a91e34b37f789b001e3916 libselinux-1.27.6.tgz