From: David C. <cl...@au...> - 2004-04-27 19:35:54
|
Leigh -- Thanks for the information. This has been corrected and the updated image has been uploaded to the FTP site. You can get the new image here: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/sudo/sudo-1.6.7p5-2.aix5.1.ppc.rpm Anyone using sudo should either update to that image, or (as you note) they can manually correct this by doing a "chmod 440 /etc/sudoers" and get the same result. On Tue, Apr 27, 2004 at 11:15:36AM +0100, Leigh Brown wrote: > Hi, > > /etc/sudoers is being deployed with incorrect permissions in > sudo-1.6.7p5-1. sudo won't run without fixing them, but it's > a pain to have to fix them manually. I'm using this patch in > my local build: > > --- sudo-1.6.7p5-1.spec 2004-04-27 09:12:20.000000000 +0100 > +++ sudo-1.6.7p5-2.spec 2004-04-27 11:04:13.000000000 +0100 > @@ -108,7 +108,7 @@ > %files > %defattr(-,root,root) > %doc BUGS CHANGES HISTORY LICENSE README RUNSON TODO TROUBLESHOOTING > UPGRADE *.pod > -%config(noreplace) /etc/sudoers > +%config(noreplace) %attr(0440,root,root) /etc/sudoers > %attr(0700,root,root) %dir /var/run/sudo > %attr(4111,root,root) %{prefix}/bin/sudo > %attr(0111,root,root) %{prefix}/sbin/visudo > > Cheers, > > Leigh. > _______________________________________________ > aixtoolbox-list mailing list > aix...@ww... > http://www-124.ibm.com/developerworks/oss/mailman/listinfo/aixtoolbox-list -- David Clissold cl...@au... |