Information
The SYSIBM.SYSAUDITUSE table contains database audit policy for all non-database objects, such as authority, groups, roles, and users. It is recommended that the PUBLIC role be restricted from accessing this table.
Rationale:
This table contains sensitive information about the types of objects being audited. Access to the audit policy may aid attackers in avoiding detection.
Solution
Revoke access from PUBLIC.
Connect to the Db2 database.
db2 => connect to <dbname>
Run the following command:
db2 => REVOKE SELECT ON SYSIBM.SYSAUDITUSE FROM PUBLIC