Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2009 19:28:23 GMT
From:      Bryan Drewery <bryan@shatow.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137100: openssh-portable: Add BSM audit support knob
Message-ID:  <200907241928.n6OJSNgs044963@www.freebsd.org>
Resent-Message-ID: <200907241930.n6OJU1Bt057104@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907241928.n6OJSNgs044963>