From cc1b59c951e39b4b6f62862630b545cfcb57888e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 11 Apr 2006 21:06:19 +0000 Subject: [PATCH] Oops, sysctl, not sysconf, for FreeBSD. --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 90b2a1aa5c..f6379ff309 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -767,7 +767,7 @@ options "SEMMNS=240" - If running in FreeBSD jails by enabling sysconf's + If running in FreeBSD jails by enabling sysctl's security.jail.sysvipc_allowed, postmasters running in different jails should be run by different operating system users. This improves security because it prevents non-root users -- 2.50.0