rpms/sudo/devel sudo.spec,1.65,1.66

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Tue May 13 12:42:41 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/sudo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32583

Modified Files:
	sudo.spec 
Log Message:
- compiled with secure path (#80215)



Index: sudo.spec
===================================================================
RCS file: /cvs/extras/rpms/sudo/devel/sudo.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- sudo.spec	5 May 2008 11:53:04 -0000	1.65
+++ sudo.spec	13 May 2008 12:42:02 -0000	1.66
@@ -1,7 +1,7 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
 Version: 1.6.9p13
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: BSD
 Group: Applications/System
 URL: http://www.courtesan.com/sudo/
@@ -72,7 +72,8 @@
         --with-tty-tickets \
         --with-ldap \
 	--with-selinux \
-	--with-passprompt="[sudo] password for %p: "
+	--with-passprompt="[sudo] password for %p: " \
+	--with-secure-path="/sbin:/bin:/usr/sbin:/usr/bin"
 #	--without-kerb5 \
 #	--without-kerb4
 make
@@ -131,6 +132,9 @@
 /bin/chmod 0440 /etc/sudoers || :
 
 %changelog
+* Tue May 13 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p13-6
+- compiled with secure path (#80215)
+
 * Mon May 05 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p13-5
 - fix path to updatedb in /etc/sudoers (#445103)
 




More information about the fedora-extras-commits mailing list