- 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:
parent
90c2814893
commit
33b55398a2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user