diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2003-03-21 01:18:09 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2003-03-21 01:18:09 +0000 |
commit | c8c548d24883eaff20ea1665022ee92bd0632e29 (patch) | |
tree | ae926d0d3ef2d1c08f34c5b5f919451d0d29e7fa /README.privsep | |
parent | a5a2648b81c9347c241c37e6cba78f1df47e9320 (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.privsep | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.privsep b/README.privsep index ced943f26..e8bf1db34 100644 --- a/README.privsep +++ b/README.privsep | |||
@@ -43,6 +43,10 @@ It does not function on HP-UX with a trusted system | |||
43 | configuration. PAMAuthenticationViaKbdInt does not function with | 43 | configuration. PAMAuthenticationViaKbdInt does not function with |
44 | privsep. | 44 | privsep. |
45 | 45 | ||
46 | On Compaq Tru64 Unix, only the pre-authentication part of privsep is | ||
47 | supported. Post-authentication privsep is disabled automatically (so | ||
48 | you won't see the additional process mentioned below). | ||
49 | |||
46 | Note that for a normal interactive login with a shell, enabling privsep | 50 | Note that for a normal interactive login with a shell, enabling privsep |
47 | will require 1 additional process per login session. | 51 | will require 1 additional process per login session. |
48 | 52 | ||
@@ -58,4 +62,4 @@ process 1005 is the sshd process listening for new connections. | |||
58 | process 6917 is the privileged monitor process, 6919 is the user owned | 62 | process 6917 is the privileged monitor process, 6919 is the user owned |
59 | sshd process and 6921 is the shell process. | 63 | sshd 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.11 2003/03/21 01:18:09 mouring Exp $ |