From: Bruce Momjian Date: Tue, 11 Apr 2006 19:46:48 +0000 (+0000) Subject: More FreeBSD jail wording improvements. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=3d5ec5078e54938ef8dacc7fe4d6bc605953abe7;p=users%2Fbernd%2Fpostgres.git More FreeBSD jail wording improvements. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 2130bb4639..6272b13f63 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -770,9 +770,9 @@ options "SEMMNS=240" If running in FreeBSD jails by enabling sysconf's security.jail.sysvipc_allowed, postmasters 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.)