summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-01-31 23:03:16 +0000
committerBruce Momjian <bruce@momjian.us>2008-01-31 23:03:16 +0000
commit162dc31428d5250444600c9e7f228be08437f924 (patch)
treebaa4924272db72d74183791b9674720756e62edc
parent06462f51e33b179ab523df503b63de0b90911c8e (diff)
downloadpostgresql-162dc31428d5250444600c9e7f228be08437f924.tar.gz
Update spoofing /tmp symlink instructions to be more specific about the
name of the needed symlink file.
-rw-r--r--doc/src/sgml/runtime.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index d487758020..ab688099c3 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.404 2008/01/31 17:22:43 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.405 2008/01/31 23:03:16 momjian Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
@@ -1398,10 +1398,10 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
linkend="guc-unix-socket-directory">) that has write permission only
for a trusted local user. This prevents a malicious user from creating
their own socket file in that directory. If you are concerned that
- some applications might still look in <filename>/tmp</> for the
- socket file and hence be vulnerable to spoofing, create a symbolic link
- during operating system startup in <filename>/tmp</> that points to
- the relocated socket file. You also might need to modify your
+ some applications might still reference <filename>/tmp</> for the
+ socket file and hence be vulnerable to spoofing, during operating system
+ startup create symbolic link <filename>/tmp/.s.PGSQL.5432</> that points
+ to the relocated socket file. You also might need to modify your
<filename>/tmp</> cleanup script to preserve the symbolic link.
</para>