NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SUMMARY OF TRUSTED SOLARIS CHANGES | FILES | SEE ALSO
/etc/security/audit_user
audit_user is an access-restricted plain text system file that stores per-user auditing preselection data. Programs use the getauusernam(3) to access this information.
The fields for each user entry are separated by colons. Each user is separated from the next by a newline. audit_user does not have general read permission.
Each entry in the audit_user file has the form:
username:always-audit-flags:never-audit-flags
The fields are defined as follows:
The user's login name.
Flags specifying event classes to always audit.
Flags specifying event classes to never audit.
Here is a sample audit_user file:
other:lo,ad:io,cl
freda:lo,ex,+fc,-fr,-fa:io,cl
ethel:lo,ex,nt:io,cl
|
By default, auditing is enabled in the Trusted Solaris environment. See Trusted Solaris Audit Administration for how to disable and enable auditing.
NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SUMMARY OF TRUSTED SOLARIS CHANGES | FILES | SEE ALSO