summaryrefslogtreecommitdiff
path: root/README.privsep
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:15:17 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:15:17 +0000
commit1f1ac904ad19c2dc12203a43de8dd8b90a9cfa96 (patch)
tree39483b33fc1ddf221eb05cadeab12b8a00b8e5b5 /README.privsep
parentf38ba20df530935c085eee2011f5d6693b79b806 (diff)
- (bal) Disable Privsep for Tru64 after pre-authentication due to issues
with SIA. Also, clean up of tru64 support patch by Chris Adams <cmadams@hiwaay.net>
Diffstat (limited to 'README.privsep')
-rw-r--r--README.privsep6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.privsep b/README.privsep
index ced943f26..e92af2c41 100644
--- a/README.privsep
+++ b/README.privsep
@@ -43,6 +43,10 @@ It does not function on HP-UX with a trusted system
43configuration. PAMAuthenticationViaKbdInt does not function with 43configuration. PAMAuthenticationViaKbdInt does not function with
44privsep. 44privsep.
45 45
46On Compaq Tru64 Unix, only the pre-authentication part of privsep is
47supported. Post-authentication privsep is disabled automatically (so
48you won't see the additional process mentioned below).
49
46Note that for a normal interactive login with a shell, enabling privsep 50Note that for a normal interactive login with a shell, enabling privsep
47will require 1 additional process per login session. 51will require 1 additional process per login session.
48 52
@@ -58,4 +62,4 @@ process 1005 is the sshd process listening for new connections.
58process 6917 is the privileged monitor process, 6919 is the user owned 62process 6917 is the privileged monitor process, 6919 is the user owned
59sshd process and 6921 is the shell process. 63sshd process and 6921 is the shell process.
60 64
61$Id: README.privsep,v 1.10 2002/06/26 00:43:57 stevesk Exp $ 65$Id: README.privsep,v 1.10.6.1 2003/03/21 01:15:18 mouring Exp $