auto-import changelog data from sudo-1.6.7p5-26.src.rpm
Tue Apr 13 2004 Dan Walsh <dwalsh@redhat.com> 1.6.7p5-26 - Eliminate tty handling from selinux Thu Apr 01 2004 Thomas Woerner <twoerner@redhat.com> 1.6.7p5-25 - fixed spec file: sesh in file section with selinux flag (#119682) Tue Mar 30 2004 Colin Walters <walters@redhat.com> 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
This commit is contained in:
parent
63abc0a246
commit
1f451eb2e2
16
sudo.spec
16
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 <dwalsh@redhat.com> 1.6.7p5-26
|
||||
- Eliminate tty handling from selinux
|
||||
|
||||
* Thu Apr 1 2004 Thomas Woerner <twoerner@redhat.com> 1.6.7p5-25
|
||||
- fixed spec file: sesh in file section with selinux flag (#119682)
|
||||
|
||||
* Thu Mar 30 2004 Colin Walters <walters@redhat.com> 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 <dwalsh@redhat.com> 1.6.7p5-23
|
||||
- change to default to sysadm_r
|
||||
- Fix tty handling
|
||||
|
Loading…
Reference in New Issue
Block a user