aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-04-11 19:46:48 +0000
committerBruce Momjian <bruce@momjian.us>2006-04-11 19:46:48 +0000
commite860973aed266399680ddc6637d36029ceb3c15f (patch)
tree58447ce9ad3d6e57d68e28c778913d7c4f00294c /doc/src
parent493eea649cafd8ffb2d2d12f7f526e56609af050 (diff)
downloadpostgresql-e860973aed266399680ddc6637d36029ceb3c15f.tar.gz
postgresql-e860973aed266399680ddc6637d36029ceb3c15f.zip
More FreeBSD jail wording improvements.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/runtime.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 9cee668edf3..90b2a1aa5c9 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.357.2.2 2006/04/11 19:28:03 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.357.2.3 2006/04/11 19:46:48 momjian Exp $
-->
<chapter Id="runtime">
@@ -770,9 +770,9 @@ options "SEMMNS=240"
If running in FreeBSD jails by enabling <application>sysconf</>'s
<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 one jail from
- interfering with shared memory or semaphores in another, and it
- allows the PostgreSQL IPC cleanup code to function properly.
+ users. This improves security because it prevents non-root users
+ 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.)