- 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:
parent
31d65000f6
commit
e4a5671bb5
@ -16,3 +16,4 @@ libsemanage-1.3.18.tgz
|
|||||||
libsemanage-1.3.20.tgz
|
libsemanage-1.3.20.tgz
|
||||||
libsemanage-1.3.23.tgz
|
libsemanage-1.3.23.tgz
|
||||||
libsemanage-1.3.24.tgz
|
libsemanage-1.3.24.tgz
|
||||||
|
libsemanage-1.3.28.tgz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define libsepolver 1.9.21-1
|
%define libsepolver 1.9.23-1
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 1.3.24
|
Version: 1.3.28
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -66,7 +66,20 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_includedir}/semanage/*.h
|
%{_includedir}/semanage/*.h
|
||||||
|
|
||||||
%changelog
|
%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
|
- Update from NSA
|
||||||
* Merged default database from Ivan Gyurdiev.
|
* Merged default database from Ivan Gyurdiev.
|
||||||
* Merged removal of connect requirement in policydb backend from
|
* 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.
|
* 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
|
- Update from NSA
|
||||||
* Changed default args for load_policy to be null, as it no longer
|
* Changed default args for load_policy to be null, as it no longer
|
||||||
takes a pathname argument and we want to preserve booleans.
|
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.
|
to invoking sepol operations on policy files.
|
||||||
* Updated call to sepol_policydb_from_image to pass the handle.
|
* 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
|
- Update from NSA
|
||||||
* Merged user and port APIs - policy database patch from Ivan
|
* Merged user and port APIs - policy database patch from Ivan
|
||||||
Gyurdiev.
|
Gyurdiev.
|
||||||
|
Loading…
Reference in New Issue
Block a user