summaryrefslogtreecommitdiff
path: root/README.platform
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-20 21:01:48 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-20 21:01:48 +1100
commitd9f88915a2f2e7fe738799122ac288b5b1a13547 (patch)
tree47e36a257610c4944966d52802a4bc247dedcf89 /README.platform
parent3c774c52f31b54eccb5a936470d21d196968693b (diff)
- (dtucker) [LICENCE Makefile.in README.platform audit-bsm.c configure.ac
defines.h] Bug #125: Add *EXPERIMENTAL* BSM audit support. Configure --with-audit=bsm to enable. Patch originally from Sun Microsystems, parts by John R. Jackson. ok djm@
Diffstat (limited to 'README.platform')
-rw-r--r--README.platform17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.platform b/README.platform
index 4e7b84d39..af551de48 100644
--- a/README.platform
+++ b/README.platform
@@ -32,8 +32,17 @@ openssl-devel, zlib, minres, minires-devel.
32 32
33Solaris 33Solaris
34------- 34-------
35Currently, sshd does not support BSM auditting. This can show up as errors 35If you enable BSM auditing on Solaris, you need to update audit_event(4)
36when editting cron entries via crontab. See. 36for praudit(1m) to give sensible output. The following line needs to be
37http://bugzilla.mindrot.org/show_bug.cgi?id=125 37added to /etc/security/audit_event:
38 38
39$Id: README.platform,v 1.4 2005/02/15 11:44:05 dtucker Exp $ 39 32800:AUE_openssh:OpenSSH login:lo
40
41The BSM audit event range available for third party TCB applications is
4232768 - 65535. Event number 32800 has been choosen for AUE_openssh.
43There is no official registry of 3rd party event numbers, so if this
44number is already in use on your system, you may change it at build time
45by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding.
46
47
48$Id: README.platform,v 1.5 2005/02/20 10:01:49 dtucker Exp $