|
NAMEgetauclassent , getauclassent_r ,
getauclassnam ,
getauclassnam_r , setauclass ,
endauclass —
look up information from the audit_class database
LIBRARYBasic Security Module Library (libbsm, -lbsm)SYNOPSIS#include <bsm/libbsm.h>
struct au_class_ent *
struct au_class_ent *
struct au_class_ent *
struct au_class_ent *
void
void
DESCRIPTIONThese interfaces may be used to look up information from the audit_class(5) database, which describes audit event classes. Audit event classes are described by struct au_class_ent.The The The The SEE ALSOlibbsm(3), audit_class(5)HISTORYThe OpenBSM implementation was created by McAfee Research, the security division of McAfee Inc., under contract to Apple Computer, Inc., in 2004. It was subsequently adopted by the TrustedBSD Project as the foundation for the OpenBSM distribution.AUTHORSThis software was created by Robert Watson, Wayne Salamon, and Suresh Krishnaswamy for McAfee Research, the security research division of McAfee, Inc., under contract to Apple Computer, Inc.The Basic Security Module (BSM) interface to audit records and audit event stream format were defined by Sun Microsystems. BUGSThese routines cannot currently distinguish between an entry not being found and an error accessing the database. The implementation should be changed to return an error via errno whenNULL is returned.
Visit the GSP FreeBSD Man Page Interface. |