Contained WithinFind More DocumentationFeatured Support Resources | Download this book in PDF (3087 KB)
audit_class(4)Name | Synopsis | Description | Examples | Files | Attributes | See Also | Notes Name
Synopsis/etc/security/audit_class Description/etc/security/audit_class is a user-configurable ASCII system file that stores class definitions used in the audit system. Audit events in audit_event(4) are mapped to one or more of the defined audit classes. audit_event can be updated in conjunction with changes to audit_class. See audit_control(4) and audit_user(4) for information about changing the preselection of audit classes in the audit system. Programs can use the getauclassent(3BSM) routines to access audit class information. The fields for each class entry are separated by colons. Each class entry is a bitmap and is separated from each other by a newline. Each entry in the audit_class file has the form: mask:name:description The fields are defined as follows:
Each class is represented as a bit in the class mask which is an unsigned integer. Thus, there are 32 different classes available. Meta-classes can also be defined. These are supersets composed of multiple base classes, and thus will have more than 1 bit in its mask. See Examples. Two special meta-classes are also pre-defined: all, and no.
ExamplesExample 1 Using an audit_class FileThe following is an example of an audit_class file:
FilesAttributesSee attributes(5) for descriptions of the following attributes:
The file format stability is Committed. The file content is Uncommitted. See Alsobsmconv(1M), au_preselect(3BSM), getauclassent(3BSM), audit_control(4), audit_event(4), audit_user(4), attributes(5) Part VII, Solaris Auditing, in System Administration Guide: Security Services NotesIt is possible to deliberately turn on the no class in the kernel, in which case the audit trail will be flooded with records for the audit event AUE_NULL. This functionality is available only if Solaris Auditing has been enabled. See bsmconv(1M) for more information. Name | Synopsis | Description | Examples | Files | Attributes | See Also | Notes |
|||||