Originally posted by: SystemAdmin
Hi, You can try like this.
1) Just keep the filename which you want to get audited in /etc/security/audit/objects file (remove any other lines from the objects file, if you have)
/etc/logfile:
r = "FILE_read"
2) In the classes section of /etc/security/audit/config file, add this:
custom = FILE_read
3) In the users section of the /etc/security/audit/config file, have
just this:
default = custom
Once after this restart the audit subsystem and verify it.
#AIX-Forum