Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ auclass(4) — Motorola System V 88k Release 4 Version 4.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

auclassmgmt(1M)

getacent(3A)

auclass(4)  —  FILE FORMATS

NAME

auclass − audit class definition file

SYNOPSIS

#include <auclass.h>

DESCRIPTION

/var/security/auclass is a text file that describes each audit class in the system.  It contains the following information for each audit class:

Numerical class code

Event identifying name (duplicates values in <sys/audit.h>)

Event description

The fields in a record are separated by colons and may not be continued from one line to the next.  The first two fields are mandatory; the last is optional. 

The file is provided for use by getacent(3) and associated routines. 

Lines that are blank or begin with a pound character (#) are treated as comments, and are ignored. 

Lines must be no longer than 1024 characters (as defined by BUFSIZ in <stdio.h>). 

The auclass structure is defined in the <auclass.h> header file as follows:

struct auclass
{
intac_cid;
char∗ac_name;
char∗ac_desc;
}

FILES

/var/security/auclass audit class file

SEE ALSO

auclassmgmt(1M), getacent(3A)

(Security Enhancement)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026