PROBLEM: (94417) (PATCH ID: OSF540-140) ******** The audit_tool search algorithms did not differentiate between prived, non_prived, unset audit uids. PROBLEM: (95440) (PATCH ID: OSF540-432) ******** PROBLEM: audit_tool when printing out execve audit events in brief mode (-B) may append nonsense characters to the output, example: # audit_tool `auditd -dq` -e execve -B AUID:RUID:EUID PID RES/(ERR) EVENT -------------- --- --------- ----- 0:0:0 697 0x0 execve ( /usr/sbin/auditmask M-4M-^?^C ) 0:0:0 697 0x0 execve ( /sbin/ls M-mM-^A ) 0:0:0 697 0x0 execve ( /usr/sbin/auditd ) 0:0:0 697 0x0 execve ( /usr/sbin/audit_tool M-1M-4M-|^C ) 0:0:0 697 0x0 execve ( ./audit_tool ) 0:0:0 697 0x0 execve ( /usr/sbin/auditmask M-4M-^?^C )