Information
The audit system must be configured to audit login, logout, and session initiation.
GROUP ID: V-216030RULE ID: SV-216030r958406
Without auditing, individual system accesses cannot be tracked, and malicious activity cannot be detected and traced back to an individual account.
Solution
The Audit Configuration profile is required. All audit flags must be enabled in a single command.
This action applies to the global zone only. Determine the zone that you are currently securing.
zonename
If the command output is "global", this action applies.
For Solaris 11, 11.1, 11.2, and 11.3:pfexec auditconfig -setflags cusa,-ps,fd,-fa,fmpfexec auditconfig -setnaflags lo,na
For Solaris 11.4 or newer:pfexec auditconfig -setflags cusa,-fa,-ex,-ps,fd,fmpfexec auditconfig -setnaflags lo,na
Enable the audit policy to collect command line arguments.
pfexec auditconfig -setpolicy +argv
These changes will not affect users that are currently logged in.