8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed908b commit fbd32b0Copy full SHA for fbd32b0
doc/src/sgml/config.sgml
@@ -640,7 +640,11 @@ include 'filename'
640
</para>
641
642
<para>
643
- This parameter is irrelevant on Windows, which does not have
+ This parameter is irrelevant on systems, notably Solaris as of Solaris
644
+ 10, that ignore socket permissions entirely. There, one can achieve a
645
+ similar effect by pointing <varname>unix_socket_directories</> to a
646
+ directory having search permission limited to the desired audience.
647
+ This parameter is also irrelevant on Windows, which does not have
648
Unix-domain sockets.
649
650
</listitem>
0 commit comments