* 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.68.tgz
|
||||||
policycoreutils-2.0.70.tgz
|
policycoreutils-2.0.70.tgz
|
||||||
policycoreutils_man_ru2.tar.bz2
|
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
|
%define sepolgenver 1.0.16
|
||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.70
|
Version: 2.0.71
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -266,6 +266,15 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Don't warn if the user did not specify the exclude if root can not stat file system
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,3 +1,2 @@
|
|||||||
e1b5416c3e0d76e5d702b3f54f4def45 sepolgen-1.0.16.tgz
|
e1b5416c3e0d76e5d702b3f54f4def45 sepolgen-1.0.16.tgz
|
||||||
8c4c0c43a9b6c3865e2a8b8bdd222f90 policycoreutils-2.0.70.tgz
|
00fd9d86bd6a8066da710d6fda910b01 policycoreutils-2.0.71.tgz
|
||||||
4c24e437f254291bc6d1378ee5a5712c policycoreutils_man_ru2.tar.bz2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user