| Main index | Section 3 | Options |
#include <bsm/libbsm.h>
The getauclassent() function will return the next class found in the audit_class(5) database, or the first if the function has not yet been called. NULL will be returned if no further records are available.
The getauclassnam() function looks up a class by name. NULL will be returned if no matching class can be found.
The setauclass() function resets the iterator through the audit_class(5) database, causing the next call to getauclassent() to start again from the beginning of the file.
The endauclass() function closes the audit_class(5) database, if open.
The Basic Security Module (BSM) interface to audit records and audit event stream format were defined by Sun Microsystems.
| AU_CLASS (3) | April 19, 2005 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints. | ” |
| — The Unix Haters' handbook | ||