[CalendarServer-changes] [12738] CalendarServer/branches/release/CalendarServer-5.2-dev/txdav/base/ datastore/subpostgres.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:24:48 PDT 2014


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

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-5.2-dev/txdav/base/datastore/subpostgres.py

Modified: CalendarServer/branches/release/CalendarServer-5.2-dev/txdav/base/datastore/subpostgres.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.2-dev/txdav/base/datastore/subpostgres.py	2014-02-20 21:38:17 UTC (rev 12737)
+++ CalendarServer/branches/release/CalendarServer-5.2-dev/txdav/base/datastore/subpostgres.py	2014-02-21 00:25:33 UTC (rev 12738)
@@ -415,6 +415,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/82cd60f2/attachment.html>


More information about the calendarserver-changes mailing list