Information
Monitor privileged programs, those that have the setuid and/or setgid bit set on execution, to determine if unprivileged users are running these commands.
Execution of privileged commands by non-privileged users could be an indication of someone trying to gain unauthorized access to the system.
Solution
Edit the file /etc/security/audit_control, with the relevant rules to monitor events that modify files.
Modify the flags directive to match the following:
flags:pc
These flags should be added if there were other flags previously configured rather than replacing the entire line.