From 1f451eb2e2cf5cea7af81397b17a276104d9e6a9 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:54:05 +0000 Subject: [PATCH] auto-import changelog data from sudo-1.6.7p5-26.src.rpm Tue Apr 13 2004 Dan Walsh 1.6.7p5-26 - Eliminate tty handling from selinux Thu Apr 01 2004 Thomas Woerner 1.6.7p5-25 - fixed spec file: sesh in file section with selinux flag (#119682) Tue Mar 30 2004 Colin Walters 1.6.7p5-24 - Enhance sesh.c to fork/exec children itself, to avoid having sudo reap all domains. - Only reinstall default signal handlers immediately before exec of child with SELinux patch --- sudo.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/sudo.spec b/sudo.spec index 10c0a13..8ee6628 100644 --- a/sudo.spec +++ b/sudo.spec @@ -4,7 +4,7 @@ Summary: Allows restricted root access for specified users. Name: sudo Version: 1.6.7p5 -Release: 23 +Release: 26 License: BSD Group: Applications/System Source: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz @@ -83,7 +83,9 @@ rm -rf $RPM_BUILD_ROOT %dir /var/run/sudo %attr(4111,root,root) %{_bindir}/sudo %attr(0755,root,root) %{_sbindir}/visudo +%if %{WITH_SELINUX} %attr(0755,root,root) %{_sbindir}/sesh +%endif %{_mandir}/man5/sudoers.5* %{_mandir}/man8/sudo.8* %{_mandir}/man8/visudo.8* @@ -93,6 +95,18 @@ rm -rf $RPM_BUILD_ROOT /bin/chmod 0440 /etc/sudoers || : %changelog +* Tue Apr 13 2004 Dan Walsh 1.6.7p5-26 +- Eliminate tty handling from selinux + +* Thu Apr 1 2004 Thomas Woerner 1.6.7p5-25 +- fixed spec file: sesh in file section with selinux flag (#119682) + +* Thu Mar 30 2004 Colin Walters 1.6.7p5-24 +- Enhance sesh.c to fork/exec children itself, to avoid + having sudo reap all domains. +- Only reinstall default signal handlers immediately before + exec of child with SELinux patch + * Thu Mar 18 2004 Dan Walsh 1.6.7p5-23 - change to default to sysadm_r - Fix tty handling