Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit afd0d3f

Browse files
committed
Document platform-specificity of unix_socket_permissions.
Back-patch to 8.4 (all supported versions).
1 parent 611fc91 commit afd0d3f

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
@@ -627,7 +627,11 @@ include 'filename'
627627
</para>
628628

629629
<para>
630-
This parameter is irrelevant on Windows, which does not have
630+
This parameter is irrelevant on systems, notably Solaris as of Solaris
631+
10, that ignore socket permissions entirely. There, one can achieve a
632+
similar effect by pointing <varname>unix_socket_directories</> to a
633+
directory having search permission limited to the desired audience.
634+
This parameter is also irrelevant on Windows, which does not have
631635
Unix-domain sockets.
632636
</para>
633637
</listitem>

0 commit comments

Comments
 (0)