rpms/sudo/F-9 sudo.spec,1.64,1.65

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Tue May 13 13:00:53 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/sudo/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv955

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



Index: sudo.spec
===================================================================
RCS file: /cvs/extras/rpms/sudo/F-9/sudo.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- sudo.spec	31 Mar 2008 14:08:45 -0000	1.64
+++ sudo.spec	13 May 2008 13:00:09 -0000	1.65
@@ -1,7 +1,7 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
 Version: 1.6.9p13
-Release: 4%{?dist}
+Release: 5%{?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-5
+- compiled with secure path (#80215)
+
 * Mon Mar 31 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p13-4
 - include ldap files in rpm package (#439506)
 




More information about the fedora-extras-commits mailing list