SV-89125r1_rule
V-74451
SRG-APP-000109-DB-000049
DB2X-00-001900
CAT II
10
Drop and recreate the policy with ERROR TYPE as required by the ISSO or run the ALTER AUDIT POLICY command to set the ERROR TYPE as per ISSO requirement.
Run the following command to drop and recreate the policy:
DB2> DROP AUDIT POLICY <audit2>
DB2> CREATE AUDIT POLICY <audit2>
CATEGORIES EXECUTE WITH DATA STATUS BOTH ERROR TYPE AUDIT
To alter the audit policy:
DB2> ALTER AUDIT POLICY <audit2>
CATEGORIES EXECUTE WITH DATA STATUS BOTH ERROR TYPE AUDIT
Ask the ISSO whether the system should stay available or stop processing the auditable events.
If the system needs to stay available and the Error Type is set to 'A' for the policies then this is not applicable (NA).
Run the following SQL statement to find the Error type value for all audit policies:
DB2> SELECT * FROM SYSCAT.AUDITPOLICIES
If the system needs to stop processing the auditable events and Error Type is not set to 'A' then this is a finding.
V-74451
False
DB2X-00-001900
Ask the ISSO whether the system should stay available or stop processing the auditable events.
If the system needs to stay available and the Error Type is set to 'A' for the policies then this is not applicable (NA).
Run the following SQL statement to find the Error type value for all audit policies:
DB2> SELECT * FROM SYSCAT.AUDITPOLICIES
If the system needs to stop processing the auditable events and Error Type is not set to 'A' then this is a finding.
M
3161