* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 2.0.71-1
- Fix chcat to report error on non existing file - Update to upstream * Modify setfiles/restorecon checking of exclude paths. Only check user-supplied exclude paths (not automatically generated ones based on lack of seclabel support), don't require them to be directories, and ignore permission denied errors on them (it is ok to exclude a path to which the caller lacks permission).
This commit is contained in:
parent
f23e0fcdf3
commit
afa7adf27e
@ -204,3 +204,4 @@ policycoreutils-2.0.67.tgz
|
||||
policycoreutils-2.0.68.tgz
|
||||
policycoreutils-2.0.70.tgz
|
||||
policycoreutils_man_ru2.tar.bz2
|
||||
policycoreutils-2.0.71.tgz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -5,8 +5,8 @@
|
||||
%define sepolgenver 1.0.16
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.0.70
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.71
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
@ -266,6 +266,15 @@ else
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 2.0.71-1
|
||||
- Fix chcat to report error on non existing file
|
||||
- Update to upstream
|
||||
* Modify setfiles/restorecon checking of exclude paths. Only check
|
||||
user-supplied exclude paths (not automatically generated ones based on
|
||||
lack of seclabel support), don't require them to be directories, and
|
||||
ignore permission denied errors on them (it is ok to exclude a path to
|
||||
which the caller lacks permission).
|
||||
|
||||
* Mon Aug 10 2009 Dan Walsh <dwalsh@redhat.com> 2.0.70-2
|
||||
- Don't warn if the user did not specify the exclude if root can not stat file system
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user