- Update to latest from NSA
Added MATCHPATHCON_VALIDATE flag for set_matchpathcon_flags() and modified matchpathcon implementation to make context validation/ canonicalization optional at matchpathcon_init time, deferring it to a successful matchpathcon by default unless the new flag is set by the caller. Added matchpathcon_init_prefix() interface, and reworked matchpathcon implementation to support selective loading of file contexts entries based on prefix matching between the pathname regex stems and the specified path prefix (stem must be a prefix of the specified path prefix).
This commit is contained in:
parent
827fc8369b
commit
38b50da3f8
@ -66,3 +66,4 @@ libselinux-1.27.22.tgz
|
|||||||
libselinux-1.27.23.tgz
|
libselinux-1.27.23.tgz
|
||||||
libselinux-1.27.25.tgz
|
libselinux-1.27.25.tgz
|
||||||
libselinux-1.27.26.tgz
|
libselinux-1.27.26.tgz
|
||||||
|
libselinux-1.27.28.tgz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define libsepolver 1.9.41-1
|
%define libsepolver 1.9.41-1
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 1.27.26
|
Version: 1.27.28
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Public domain (uncopyrighted)
|
License: Public domain (uncopyrighted)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -104,6 +104,19 @@ exit 0
|
|||||||
%{_libdir}/python2.4/site-packages/selinux.py*
|
%{_libdir}/python2.4/site-packages/selinux.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 1 2005 Dan Walsh <dwalsh@redhat.com> 1.27.28-1
|
||||||
|
- Update to latest from NSA
|
||||||
|
* Added MATCHPATHCON_VALIDATE flag for set_matchpathcon_flags() and
|
||||||
|
modified matchpathcon implementation to make context validation/
|
||||||
|
canonicalization optional at matchpathcon_init time, deferring it
|
||||||
|
to a successful matchpathcon by default unless the new flag is set
|
||||||
|
by the caller.
|
||||||
|
* Added matchpathcon_init_prefix() interface, and
|
||||||
|
reworked matchpathcon implementation to support selective
|
||||||
|
loading of file contexts entries based on prefix matching
|
||||||
|
between the pathname regex stems and the specified path
|
||||||
|
prefix (stem must be a prefix of the specified path prefix).
|
||||||
|
|
||||||
* Wed Nov 30 2005 Dan Walsh <dwalsh@redhat.com> 1.27.26-1
|
* Wed Nov 30 2005 Dan Walsh <dwalsh@redhat.com> 1.27.26-1
|
||||||
- Update to latest from NSA
|
- Update to latest from NSA
|
||||||
* Change getsebool to return on/off instead of active/inactive
|
* Change getsebool to return on/off instead of active/inactive
|
||||||
|
Loading…
Reference in New Issue
Block a user