| 
     
      
      
      From: Leigh B. <le...@so...> - 2004-04-27 13:15:43
      
     
   | 
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.
 |