Combining data flow policy rules

When a data transfer matches more than one rule, the permissions and actions configured for all rules are combined and applied as follows.

Permissions

If а data transfer matches more than one rule and these rules have different permissions for the same data category, the overriding rule is the one with higher priority permission, according to the following permission priority list (in descending order):

  1. Exception with the Prioritized flag
  2. Allow with the Prioritized flag
  3. Deny
  4. Exception
  5. Allow

If а data transfer matches more than one rule and these rules have different permissions for different data categories, the following logic is applied for the override:

  1. The most restrictive rule permission is defined for each of the sensitivity categories that the data transfer matches.
  2. The most restrictive of the rule permissions defined in point 1 is enforced.

Example

A file transfer matches three rules in different sensitivity categories as follows:

Sensitivity category Permission
PII Allow - Prioritized
PHI Exception - Prioritized
PCI Deny

The permission that will be applied is Deny.

Actions

If a data transfer matches more than one rule and these rules have different options configured in the Action field, all configured actions in all triggered rules are performed.