[packages/corosync] Oh, forgot: log dir shouldn't be world-readable
    mmazur 
    mmazur at pld-linux.org
       
    Thu Dec 20 14:27:15 CET 2012
    
    
  
commit 17902cb773a1fd3aeff7ce937f5ba6c173f384be
Author: Mariusz Mazur <mmazur at pld-linux.org>
Date:   Thu Dec 20 14:26:39 2012 +0100
    Oh, forgot: log dir shouldn't be world-readable
 corosync.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/corosync.spec b/corosync.spec
index 1944646..aa385c1 100644
--- a/corosync.spec
+++ b/corosync.spec
@@ -240,7 +240,7 @@ fi
 /etc/dbus-1/system.d/corosync-signals.conf
 %endif
 /var/lib/corosync
-%dir /var/log/cluster
+%attr(700,root,root) %dir /var/log/cluster
 
 %files libs
 %defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/corosync.git/commitdiff/17902cb773a1fd3aeff7ce937f5ba6c173f384be
    
    
More information about the pld-cvs-commit
mailing list