summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2006-04-11 19:42:27 +0000
committerBruce Momjian2006-04-11 19:42:27 +0000
commitcc7b6c75e33a334fa314910c11122fc3a4cbec31 (patch)
tree0ac147ac1cfa02b630d2227a313c25409c848478
parentba60acf17e70ba2330dbd3dba13ba75438307901 (diff)
Update jail wording to mention non-root users.
-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 3c38ff838c7..f3917e780cd 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.367 2006/04/11 19:26:42 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.368 2006/04/11 19:42:27 momjian Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
@@ -767,9 +767,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 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.)