- 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.
This commit is contained in:
Daniel J Walsh 2005-10-06 19:03:52 +00:00
parent 90c2814893
commit 33b55398a2
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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 <dwalsh@redhat.com> 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 <dwalsh@redhat.com> 1.27.4-1
- Update to latest from NSA
* Merged fix for matchpathcon (regcomp error checking) from Johan

View File

@ -1 +1 @@
0947eb45d7239fe0456b03044b4792fc libselinux-1.27.4.tgz
0f10d89116a91e34b37f789b001e3916 libselinux-1.27.6.tgz