Information
At Level 1, Trusted Execution (TE) should be actively monitoring for applications not yet allowlisted.The recommendation for this is in section two.
Additionally, the AIX AUDIT system needs to be configured for modifications to the TE subsystem.
Modification to security mechanisms need to be monitored to maintain system integrity.
Solution
- Ensure AUDIT Trusted Execution events are in the class default.
- Edit the file /var/security/audit/config
- Find the stanza named classes:
- If the class default does not exist add a line with:
default = TE_Untrusted,TE_FileWrite,TE_Policies,TEAdd_Stnz,TEDel_Stnz,TESwitch_algo,TEQuery_Stnz <xhtml:ol start="4"> - If the class default already exists ensure the following audit events are included in the class definition
TE_Untrusted,TE_FileWrite,TE_Policies,TEAdd_Stnz,TEDel_Stnz,TESwitch_algo,TEQuery_Stnz