- Update from NSA

Merged interface renaming patch from Ivan Gyurdiev.
Merged policy component patch from Ivan Gyurdiev.
Renamed 'check=' configuration value to 'expand-check=' for clarity.
Changed semanage_commit_sandbox to check for and report errors on rename(2)
    calls performed during rollback.
Added optional check= configuration value to semanage.conf and updated call
    to sepol_expand_module to pass its value to control assertion and
    hierarchy checking on module expansion.
Merged fixes for make DESTDIR= builds from Joshua Brindle.
This commit is contained in:
Daniel J Walsh 2005-10-20 20:34:00 +00:00
parent 31d65000f6
commit e4a5671bb5
3 changed files with 20 additions and 6 deletions

View File

@ -16,3 +16,4 @@ libsemanage-1.3.18.tgz
libsemanage-1.3.20.tgz
libsemanage-1.3.23.tgz
libsemanage-1.3.24.tgz
libsemanage-1.3.28.tgz

View File

@ -1,7 +1,7 @@
%define libsepolver 1.9.21-1
%define libsepolver 1.9.23-1
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.3.24
Version: 1.3.28
Release: 1
License: GPL
Group: System Environment/Libraries
@ -66,7 +66,20 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/semanage/*.h
%changelog
* Tue Oct 17 2005 Dan Walsh <dwalsh@redhat.com> 1.3.24-1
* Thu Oct 20 2005 Dan Walsh <dwalsh@redhat.com> 1.3.28-1
- Update from NSA
* Merged interface renaming patch from Ivan Gyurdiev.
* Merged policy component patch from Ivan Gyurdiev.
* Renamed 'check=' configuration value to 'expand-check=' for
clarity.
* Changed semanage_commit_sandbox to check for and report errors
on rename(2) calls performed during rollback.
* Added optional check= configuration value to semanage.conf
and updated call to sepol_expand_module to pass its value
to control assertion and hierarchy checking on module expansion.
* Merged fixes for make DESTDIR= builds from Joshua Brindle.
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.3.24-1
- Update from NSA
* Merged default database from Ivan Gyurdiev.
* Merged removal of connect requirement in policydb backend from
@ -83,7 +96,7 @@ rm -rf ${RPM_BUILD_ROOT}
* Updated call to sepol_policydb_from_image to pass the handle.
* Tue Oct 17 2005 Dan Walsh <dwalsh@redhat.com> 1.3.20-1
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.3.20-1
- Update from NSA
* Changed default args for load_policy to be null, as it no longer
takes a pathname argument and we want to preserve booleans.
@ -94,7 +107,7 @@ rm -rf ${RPM_BUILD_ROOT}
to invoking sepol operations on policy files.
* Updated call to sepol_policydb_from_image to pass the handle.
* Tue Oct 17 2005 Dan Walsh <dwalsh@redhat.com> 1.3.20-1
* Tue Oct 18 2005 Dan Walsh <dwalsh@redhat.com> 1.3.20-1
- Update from NSA
* Merged user and port APIs - policy database patch from Ivan
Gyurdiev.

View File

@ -1 +1 @@
87094b13dfaabba28af24515853e3b5a libsemanage-1.3.24.tgz
46d0f6bd7dd7e400bf47d66826536ac3 libsemanage-1.3.28.tgz