*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: sia_audit | Section: 3 | Source: Digital UNIX | File: sia_audit.3.gz
sia_audit(3) Library Functions Manual sia_audit(3) NAME sia_audit - Variable format interface for audgen - SIA (Security Inte- gration Architecture) LIBRARY Standard C library (libc.so and libc.a) SYNOPSIS #include <siad.h> int sia_audit( u_int event,...); PARAMETERS event The event argument indicates the event value of the operation being audited, as defined in audit.h. The value of event must be between MIN_TRUSTED_EVENT and MIN_TRUSTED_EVENT + N_TRUSTED_EVENTS -1 or between MIN_SITE_EVENT and MIN_SITE_EVENT + n_site_events -1 as defined in audit.h. The definition of n_site_events is found in /usr/sys/data/au- dit_data.c. DESCRIPTION The sia_audit() routine is an interface for the audgen system call. It accepts a variable number of arguments describing the event and audit data, then calls with the appropriate parameters to generate the audit record. RESTRICTIONS The audgen system call is privileged. RETURN VALUES The sia_audit() routine returns SIASUCCESS or SIAFAIL. ERRORS The errno value is that set by the audgen system call. Possible errors include resource constraints (no memory) and various authentication failures. RELATED INFORMATION audgen(2), audgenl(3) Security delim off sia_audit(3)

Navigation Options