XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 7. Safeguard Selection Criteria
XYPRO Technology Corporation 140 Proprietary and Confidential
DATA_SELECT_END
!Ignore the redundant,uninformative OSS records:
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.OPERATION = EXECUTE
AUDIT.OBJECTTYPE LIKE "OSS-DISKFILE|DIRECTORY)"
AUDIT.MESSAGEID LIKE "(52|55)"
DATA_SELECT_END
!Ignore the redundant,uninformative DISKFILE-PATTERN records:
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.OBJECTTYPE = DISKFILE-PATTERN
AUDIT.MESSAGEID = 52
DATA_SELECT_END
!Ignore the 2ndary records for READ accesses
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.OPERATION = READ
AUDIT.MESSAGEID = 54
DATA_SELECT_END
!Ignore the 2ndary records for add/delete ACLs
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.OPERATION LIKE "(CREATE|PURGE)"
AUDIT.OBJECTTYPE CONTAINS "ACL-"
AUDIT.MESSAGEID LIKE "(53|56)"
DATA_SELECT_END
DATA_END
ACTIONCOLL_BEGIN
ACTION_BEGIN
ACTIONTYPE IGNORE
ACTION_END
ACTIONCOLL_END
FILTERDEFEND
Note: When Safeguard is in WARNING-MODE, all access attempts are converted to
No Record.
When you create a Safeguard MOVER, you are given the option to IGNORE
No Records. The default behavior is to ignore them. So if your system or
individual Protection Records are in WARNING MODE, you will not have any file
access to audit records in your XMA database unless you change the MOVER
parameter so it will not IGNORE No Records.
Refer to Chapter 6, “Configuring MOVERs starting on page 109 for instructions
on altering a MOVER to stop ignoring No Records.
2
3
5
4