* 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-2.0.71.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
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.0.71
|
||||
Release: 15%{?dist}
|
||||
Version: 2.0.73
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
@ -226,11 +226,11 @@ rm -rf %{buildroot}
|
||||
/sbin/restorecon
|
||||
/sbin/fixfiles
|
||||
/sbin/setfiles
|
||||
/sbin/load_policy
|
||||
%{_sbindir}/genhomedircon
|
||||
%{_sbindir}/restorecond
|
||||
%{_sbindir}/setsebool
|
||||
%{_sbindir}/semodule
|
||||
%{_sbindir}/load_policy
|
||||
%{_sbindir}/sestatus
|
||||
%{_sbindir}/run_init
|
||||
%{_sbindir}/open_init_pty
|
||||
@ -295,6 +295,18 @@ fi
|
||||
exit 0
|
||||
|
||||
%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
|
||||
- Fix typo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user