The Match command defines the criteria that AAC uses to match an event.
Note
Exploit Prevention is not supported in the ARM architecture.
Description
This command takes one required argument, object_type_value, which specifies the case-sensitive AAC object type to match, and can contain multiple Include and Exclude commands.
The Match command can be used in Initiator and Target commands only.
Important
It is recommended to use a single
Match type - Object type. When using two or more of the sameMatch type - Object type, it can lead to logic conflicts and will not work as expected if the rule contains logical contradictions. If use of a secondMatch type - Object typeis required, the recommendation is to use a differentObject type. For example, if the firstMatch typeisOBJECT_NAME, then the second should use a differentObject typelikeTARGET_OBJECT_NAME.
Syntax
Rule {
Initiator
Match object_type_value {
Include …
Exclude …
}
}
Target
Match object_type_value {
Include …
Exclude …
}
}
}