* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> 2.0.73-1
- Update to upstream * Add semanage dontaudit to turn off dontaudits from Dan Walsh. * Fix semanage to set correct mode for setrans file from Dan Walsh. * Fix malformed dictionary in portRecord from Dan Walsh. * Restore symlink handling support to restorecon based on a patch by Martin Orr. This fixes the restorecon /dev/stdin performed by Debian udev scripts that was broken by policycoreutils 2.0.70.
This commit is contained in:
parent
05becad504
commit
7ae4fd64fa
@ -206,3 +206,4 @@ policycoreutils-2.0.70.tgz
|
|||||||
policycoreutils_man_ru2.tar.bz2
|
policycoreutils_man_ru2.tar.bz2
|
||||||
policycoreutils-2.0.71.tgz
|
policycoreutils-2.0.71.tgz
|
||||||
sepolgen-1.0.17.tgz
|
sepolgen-1.0.17.tgz
|
||||||
|
policycoreutils-2.0.73.tgz
|
||||||
|
10722
policycoreutils-po.patch
10722
policycoreutils-po.patch
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -5,8 +5,8 @@
|
|||||||
%define sepolgenver 1.0.17
|
%define sepolgenver 1.0.17
|
||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.71
|
Version: 2.0.73
|
||||||
Release: 15%{?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
|
||||||
@ -226,11 +226,11 @@ rm -rf %{buildroot}
|
|||||||
/sbin/restorecon
|
/sbin/restorecon
|
||||||
/sbin/fixfiles
|
/sbin/fixfiles
|
||||||
/sbin/setfiles
|
/sbin/setfiles
|
||||||
|
/sbin/load_policy
|
||||||
%{_sbindir}/genhomedircon
|
%{_sbindir}/genhomedircon
|
||||||
%{_sbindir}/restorecond
|
%{_sbindir}/restorecond
|
||||||
%{_sbindir}/setsebool
|
%{_sbindir}/setsebool
|
||||||
%{_sbindir}/semodule
|
%{_sbindir}/semodule
|
||||||
%{_sbindir}/load_policy
|
|
||||||
%{_sbindir}/sestatus
|
%{_sbindir}/sestatus
|
||||||
%{_sbindir}/run_init
|
%{_sbindir}/run_init
|
||||||
%{_sbindir}/open_init_pty
|
%{_sbindir}/open_init_pty
|
||||||
@ -295,6 +295,18 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 8 2009 Dan Walsh <dwalsh@redhat.com> 2.0.73-1
|
||||||
|
- Update to upstream
|
||||||
|
* Add semanage dontaudit to turn off dontaudits from Dan Walsh.
|
||||||
|
* Fix semanage to set correct mode for setrans file from Dan Walsh.
|
||||||
|
* Fix malformed dictionary in portRecord from Dan Walsh.
|
||||||
|
* Restore symlink handling support to restorecon based on a patch by
|
||||||
|
Martin Orr. This fixes the restorecon /dev/stdin performed by Debian
|
||||||
|
udev scripts that was broken by policycoreutils 2.0.70.
|
||||||
|
|
||||||
|
* Thu Sep 3 2009 Dan Walsh <dwalsh@redhat.com> 2.0.71-15
|
||||||
|
- Add DAC_OVERRIED to seunshare
|
||||||
|
|
||||||
* Wed Sep 2 2009 Bill Nottingham <notting@redhat.com> 2.0.71-15
|
* Wed Sep 2 2009 Bill Nottingham <notting@redhat.com> 2.0.71-15
|
||||||
- Fix typo
|
- Fix typo
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,3 +1,2 @@
|
|||||||
00fd9d86bd6a8066da710d6fda910b01 policycoreutils-2.0.71.tgz
|
|
||||||
59d33101d57378ce69889cc078addf90 policycoreutils_man_ru2.tar.bz2
|
|
||||||
480cc64a050735fa1163a87dc89c4f49 sepolgen-1.0.17.tgz
|
480cc64a050735fa1163a87dc89c4f49 sepolgen-1.0.17.tgz
|
||||||
|
08fa7fe2f943b7776ee767824318f615 policycoreutils-2.0.73.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user