- Update to Upstream
Fix selinux_file_context_verify() and selinux_lsetfilecon_default() to call matchpathcon_init_prefix if not already initialized. Add -q qualifier for -V option of matchpathcon and change it to indicate whether verification succeeded or failed via exit status.
This commit is contained in:
parent
454774e22d
commit
bff583b68b
@ -151,3 +151,4 @@ libselinux-2.0.59.tgz
|
|||||||
libselinux-2.0.60.tgz
|
libselinux-2.0.60.tgz
|
||||||
libselinux-2.0.61.tgz
|
libselinux-2.0.61.tgz
|
||||||
libselinux-2.0.64.tgz
|
libselinux-2.0.64.tgz
|
||||||
|
libselinux-2.0.65.tgz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.0.64
|
Version: 2.0.65
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
@ -136,6 +136,11 @@ exit 0
|
|||||||
%{python_sitearch}/selinux/*
|
%{python_sitearch}/selinux/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.65-1
|
||||||
|
- Update to Upstream
|
||||||
|
* Fix selinux_file_context_verify() and selinux_lsetfilecon_default() to call matchpathcon_init_prefix if not already initialized.
|
||||||
|
* Add -q qualifier for -V option of matchpathcon and change it to indicate whether verification succeeded or failed via exit status.
|
||||||
|
|
||||||
* Fri May 16 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.64-3
|
* Fri May 16 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.64-3
|
||||||
- libselinux no longer neets to telnet -u in post install
|
- libselinux no longer neets to telnet -u in post install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user