You need to prevent Symantec Data Loss Prevention (DLP) from scanning a specific directory or file path—typically to resolve performance issues, avoid conflicts with local applications, or ignore trusted data.
DLP Release: All supported versions of Symantec DLP.
Component: DLP Endpoint Agent.
To exclude a specific path from scanning, configure a Monitoring Filter within the Enforce Console.
Navigate to Agent Configurations:
Go to System > Agents > Agent Configuration.
Select Configuration:
Click on the specific configuration profile you wish to modify.
Open Channel Filters:
Click on the Channel Filters tab.
Create a New Filter:
Locate the Filter by File Properties section.
Click Add Monitoring Filter.
Configure Filter Logic:
Filter Action: Select Ignore.
Endpoint Channel: Select the specific channels (e.g., Local Drive, Removable Storage, Network Share) where you want this exclusion to apply.
Define the Path:
Under File Attributes, select File Path.
In the text field, enter the paths you wish to exclude (one path per line).
Note: You can use wildcards (*) and environment variables to ensure coverage across different user profiles.
| Type | Example | Result |
| Fixed Path | C:\Program Files\CustomApp\* |
Ignores everything inside the CustomApp folder. |
| System Variable | %TEMP% |
Ignores the temporary folder for the current user. |
| DLP Variable | $PublicDownloads$ |
Ignores the Downloads folder across all user profiles. |
Save and Deploy:
Click Save at the top of the Agent Configuration page.
On the main Agent Configuration list, select the config and click Apply Configuration (or Update) to push the changes to the endpoints.
The DLP Agent processes filters based on their Order in the list. If a "Monitor" filter is listed above an "Ignore" filter for the same path, the agent will continue to scan the path. Always ensure your "Ignore" filters are prioritized (moved to the top) if you encounter conflicting rules.