Skip to content

Commit c1932ec

Browse files
committed
Document platform-specificity of unix_socket_permissions.
Back-patch to 8.4 (all supported versions).
1 parent 952f015 commit c1932ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,11 @@ SET ENABLE_SEQSCAN TO OFF;
543543
</para>
544544

545545
<para>
546-
This parameter is irrelevant on Windows, which does not have
546+
This parameter is irrelevant on systems, notably Solaris as of Solaris
547+
10, that ignore socket permissions entirely. There, one can achieve a
548+
similar effect by pointing <varname>unix_socket_directories</> to a
549+
directory having search permission limited to the desired audience.
550+
This parameter is also irrelevant on Windows, which does not have
547551
Unix-domain sockets.
548552
</para>
549553
</listitem>

0 commit comments

Comments
 (0)