summaryrefslogtreecommitdiff
path: root/README.privsep
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-05-13 23:31:09 +0000
committerKevin Steves <stevesk@pobox.com>2002-05-13 23:31:09 +0000
commitf8defa2327a1ff265e7b4229e3adc97fc9f82594 (patch)
treeb9673b40db6290090e05382c0fdc259e58d05ecc /README.privsep
parent05720356d6f24a4fedf05a4762d037d3a4ce8adf (diff)
- (stevesk) [README.privsep] PAM+privsep works with Solaris 8.
Diffstat (limited to 'README.privsep')
-rw-r--r--README.privsep7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.privsep b/README.privsep
index 4f15cf433..51a4e3f6b 100644
--- a/README.privsep
+++ b/README.privsep
@@ -31,8 +31,9 @@ privsep user and chroot directory:
31Privsep requires operating system support for file descriptor passing 31Privsep requires operating system support for file descriptor passing
32and mmap(MAP_ANON). 32and mmap(MAP_ANON).
33 33
34PAM currently only works with privsep on Linux. It does not function 34PAM-enabled OpenSSH is known to function with privsep on Linux and
35on Solaris or HP-UX. PAMAuthenticationViaKbdInt does not function with 35Solaris 8. It does not function on HP-UX with a trusted system
36configuration. PAMAuthenticationViaKbdInt does not function with
36privsep. 37privsep.
37 38
38Note that for a normal interactive login with a shell, enabling privsep 39Note that for a normal interactive login with a shell, enabling privsep
@@ -50,4 +51,4 @@ process 1005 is the sshd process listening for new connections.
50process 6917 is the privileged monitor process, 6919 is the user owned 51process 6917 is the privileged monitor process, 6919 is the user owned
51sshd process and 6921 is the shell process. 52sshd process and 6921 is the shell process.
52 53
53$Id: README.privsep,v 1.1 2002/05/13 03:57:04 stevesk Exp $ 54$Id: README.privsep,v 1.2 2002/05/13 23:31:10 stevesk Exp $