[Pkg-mailman-hackers] Pkg-mailman commit - rev 318 - trunk/debian

Hector Garcia hector at costa.debian.org
Mon Aug 14 15:56:47 UTC 2006


Author: hector
Date: 2006-08-14 15:56:45 +0000 (Mon, 14 Aug 2006)
New Revision: 318

Modified:
   trunk/debian/changelog
   trunk/debian/postinst
Log:
fixed permisions to 770 since it is needed to create lists from the web interface.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-08-13 14:44:08 UTC (rev 317)
+++ trunk/debian/changelog	2006-08-14 15:56:45 UTC (rev 318)
@@ -16,9 +16,8 @@
   * Use apache2 instead of apache as the first alternative for httpd.
 
   [ Hector Garcia ]
-  * Putting permision on archive/private to 570 www-data.list to prevent
-    any user from reading private lists and taking away write access to
-    www-data. (Closes: #356877)
+  * Putting permision on archive/private to 770 www-data.list to prevent
+    any user from reading private lists. (Closes: #356877)
   * Changed '| xarg' for '-exec' on find to prevent problems when there are
     too many files (Closes: #366102)
   * Added a slash to the end of DEFAULT_URL_PATTERN on mm_cfg.py

Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst	2006-08-13 14:44:08 UTC (rev 317)
+++ trunk/debian/postinst	2006-08-14 15:56:45 UTC (rev 318)
@@ -349,7 +349,7 @@
 
 	# fix permissions
 	find /var/lib/mailman/ -type d -exec chmod g+s \{\} \;
-	chmod u-w,o-rx /var/lib/mailman/archives/private
+	chmod o-rx /var/lib/mailman/archives/private
 	chown www-data /var/lib/mailman/archives/private
 
 




More information about the Pkg-mailman-hackers mailing list