|
NAMEsetauuser , endauuser ,
getauuserent , getauuserent_r ,
getauusernam , getauusernam_r ,
au_user_mask , getfauditflags
—
look up information from the audit_user database
LIBRARYBasic Security Module Library (libbsm, -lbsm)SYNOPSIS#include <bsm/libbsm.h>
void
void
struct au_user_ent *
struct au_user_ent *
struct au_user_ent *
struct au_user_ent *
int
int
DESCRIPTIONThese interfaces may be used to look up information from the audit_user(5) database, which describes per-user audit configuration. Audit user entries are described by a au_user_ent, which stores the user's name in au_name, events to always audit in au_always, and events never to audit au_never.The The The The The The SEE ALSOsetaudit(2), getacflg(3), libbsm(3), audit_user(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. |