]> andersk Git - openssh.git/commitdiff
UnixWare tip is no longer needed.
authortim <tim>
Wed, 26 Jun 2002 00:25:47 +0000 (00:25 +0000)
committertim <tim>
Wed, 26 Jun 2002 00:25:47 +0000 (00:25 +0000)
ChangeLog
README.privsep

index b174ee133ae4f4ab7a795b154021d3a3f732ced8..82a3c77ddb7c7209f2f3e7d9359b32ad19fc1c9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@
  - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8
  - (bal) added back in error check for mmap().  I screwed up, Pointed
    out by stevesk@
+ - (tim) [README.privsep] UnixWare tip no longer needed.
 
 20020625
  - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
index abf58674e9488dc532570a485ccd79d5138bb7e7..94f3dd64e8bf088e50a1ce88cc8eeb9c96d516d0 100644 (file)
@@ -23,9 +23,6 @@ prepare the privsep preauth environment:
        # groupadd sshd
        # useradd -g sshd -c 'sshd privsep' -d /var/empty sshd
 
-If you are on UnixWare 7 or OpenUNIX 8 do this additional step.
-       # ln /usr/lib/.ns.so /usr/lib/ns.so.1
-
 /var/empty should not contain any files.
 
 configure supports the following options to change the default
@@ -34,8 +31,8 @@ privsep user and chroot directory:
   --with-privsep-path=xxx Path for privilege separation chroot
   --with-privsep-user=user Specify non-privileged user for privilege separation
 
-Privsep requires operating system support for file descriptor passing
-and mmap(MAP_ANON).
+Privsep requires operating system support for file descriptor passing.
+Compression will be disabled on systems without a working mmap MAP_ANON.
 
 PAM-enabled OpenSSH is known to function with privsep on Linux.  
 It does not function on HP-UX with a trusted system
This page took 0.056216 seconds and 5 git commands to generate.