- Upgrade to latest from NSA
The binary policy format version has been incremented to version 20 as a result of these changes.
This commit is contained in:
parent
25190caa4f
commit
9aea386a17
@ -29,3 +29,4 @@ VERSION
|
|||||||
libsepol-1.7.10.tgz
|
libsepol-1.7.10.tgz
|
||||||
libsepol-1.7.11.tgz
|
libsepol-1.7.11.tgz
|
||||||
libsepol-1.7.12.tgz
|
libsepol-1.7.12.tgz
|
||||||
|
libsepol-1.7.13.tgz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 1.7.12
|
Version: 1.7.13
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -73,6 +73,19 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
/%{_lib}/libsepol.so.1
|
/%{_lib}/libsepol.so.1
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.7.13-1
|
||||||
|
- Upgrade to latest from NSA
|
||||||
|
* Improved memory use by SELinux by both reducing the avtab
|
||||||
|
node size and reducing the number of avtab nodes (by not
|
||||||
|
expanding attributes in TE rules when possible). Added
|
||||||
|
expand_avtab and expand_cond_av_list functions for use by
|
||||||
|
assertion checker, hierarchy checker, compatibility code,
|
||||||
|
and dispol. Added new inline ebitmap operators and converted
|
||||||
|
existing users of ebitmaps to the new operators for greater
|
||||||
|
efficiency.
|
||||||
|
Note: The binary policy format version has been incremented to
|
||||||
|
version 20 as a result of these changes.
|
||||||
|
|
||||||
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.7.12-1
|
* Thu Aug 11 2005 Dan Walsh <dwalsh@redhat.com> 1.7.12-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Fixed bug in constraint_node_clone handling of name sets.
|
* Fixed bug in constraint_node_clone handling of name sets.
|
||||||
|
Loading…
Reference in New Issue
Block a user