aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-04-11 19:45:33 +0000
committerBruce Momjian <bruce@momjian.us>2006-04-11 19:45:33 +0000
commit7626181bf736a0882a66bee0b98c6aaf35abea73 (patch)
tree6c4d073ee864d09b215442c143503d34df3fdd0b
parentcc7b6c75e33a334fa314910c11122fc3a4cbec31 (diff)
downloadpostgresql-7626181bf736a0882a66bee0b98c6aaf35abea73.tar.gz
postgresql-7626181bf736a0882a66bee0b98c6aaf35abea73.zip
More FreeBSD jail wording improvements.
-rw-r--r--doc/src/sgml/runtime.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index f3917e780cd..adc4e4f519e 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.368 2006/04/11 19:42:27 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.369 2006/04/11 19:45:33 momjian Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
@@ -768,8 +768,8 @@ options "SEMMNS=240"
<literal>security.jail.sysvipc_allowed</>, <application>postmaster</>s
running in different jails should be run by different operating system
users. This improves security because it prevents non-root users
- from interfering with shared memory or semaphores in different jail, and it
- allows the PostgreSQL IPC cleanup code to function properly.
+ from interfering with shared memory or semaphores in a different jail,
+ and it allows the PostgreSQL IPC cleanup code to function properly.
(In FreeBSD 6.0 and later the IPC cleanup code doesn't properly detect
processes in other jails, preventing the running of postmasters on the
same port in different jails.)