Skip to content

Commit 733c2a4

Browse files
committed
Document platform-specificity of unix_socket_permissions.
Back-patch to 8.4 (all supported versions).
1 parent a0a9928 commit 733c2a4

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
@@ -507,7 +507,11 @@ SET ENABLE_SEQSCAN TO OFF;
507507
</para>
508508

509509
<para>
510-
This parameter is irrelevant on Windows, which does not have
510+
This parameter is irrelevant on systems, notably Solaris as of Solaris
511+
10, that ignore socket permissions entirely. There, one can achieve a
512+
similar effect by pointing <varname>unix_socket_directories</> to a
513+
directory having search permission limited to the desired audience.
514+
This parameter is also irrelevant on Windows, which does not have
511515
Unix-domain sockets.
512516
</para>
513517
</listitem>

0 commit comments

Comments
 (0)