[CalendarServer-changes] [12739] CalendarServer/trunk/txdav/base/datastore/subpostgres.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:17:34 PDT 2014


Revision: 12739
          http://trac.calendarserver.org//changeset/12739
Author:   sagen at apple.com
Date:     2014-02-20 16:33:20 -0800 (Thu, 20 Feb 2014)
Log Message:
-----------
Adjust permissions

Modified Paths:
--------------
    CalendarServer/trunk/txdav/base/datastore/subpostgres.py

Modified: CalendarServer/trunk/txdav/base/datastore/subpostgres.py
===================================================================
--- CalendarServer/trunk/txdav/base/datastore/subpostgres.py	2014-02-21 00:25:33 UTC (rev 12738)
+++ CalendarServer/trunk/txdav/base/datastore/subpostgres.py	2014-02-21 00:33:20 UTC (rev 12739)
@@ -418,6 +418,7 @@
         options.append("-c shared_buffers=%d" % (self.sharedBuffers,))
         options.append("-c max_connections=%d" % (self.maxConnections,))
         options.append("-c standard_conforming_strings=on")
+        options.append("-c unix_socket_permissions=0770")
         options.extend(self.options)
 
         log.warn("Requesting postgres start via {cmd}", cmd=pgCtl)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/309a6aff/attachment.html>


More information about the calendarserver-changes mailing list