ports/137100: openssh-portable: Add BSM audit support knob
Bryan Drewery
bryan at shatow.net
Fri Jul 24 19:30:02 UTC 2009
>Number: 137100
>Category: ports
>Synopsis: openssh-portable: Add BSM audit support knob
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 24 19:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Bryan Drewery
>Release:
>Organization:
>Environment:
>Description:
This allows setting WITH_BSM to enable OpenBSM auditing support for use with audit(8).
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- Makefile.orig 2009-07-24 14:16:09.000000000 -0500
+++ Makefile 2009-07-24 14:18:00.000000000 -0500
@@ -63,6 +63,7 @@
OPENSC "Enable OpenSC smartcard support" off \
OPENSCPINPATCH "Enable OpenSC PIN patch" off \
HPN "Enable HPN-SSH patch" off \
+ BSM "Enable OpenBSM Auditing" off \
LPK "Enable LDAP Public Key (LPK) patch" off \
X509 "Enable x509 certificate patch" off \
OVERWRITE_BASE "OpenSSH overwrite base" off
@@ -97,6 +98,10 @@
CONFIGURE_ARGS+= --disable-suid-ssh
.endif
+.if defined(WITH_BSM)
+CONFIGURE_ARGS+= --with-audit=bsm
+.endif
+
.if !defined(WITHOUT_KERBEROS)
.if defined(KRB5_HOME) && exists(${KRB5_HOME}) || defined(WITH_GSSAPI)
.if defined(WITH_KERB_GSSAPI)
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list