Go to main content

Managing Auditing in Oracle® Solaris 11.4

Exit Print View

Updated: November 2020
 
 

New Feature – Listing the Available Audit Classes

Using the new –lsclass option for the auditconfig command, users can view configured audit classes:

$ auditconfig -lsclass
no       invalid class
fr       file read
fw       file write
fa       file attribute access
...
am       administrative (meta-class)
         ss,as,ua
ad       old administrative (meta-class)
         ss,as,ua,aa
...

Note -  The name of the class is followed by its description. Meta-classes are followed by a list of their constituent classes.

For more information, see the auditconfig(8) man page.