Reference Guide
Manage Policies
Modifiers – What they are and what they do
The ^ character is the “Override” command. It causes the listed policy to override protected directories.
It may be followed by a “2” or a “3”, indicating the level of the override.
The @ character is the “At” command. It will cause the listed policy to be applied at the specified folder
location only (subdirectories of that folder are not subject to that policy).
The - is the “Not” command. It will cause the listed policy to be an exclusion policy instead of an
inclusion policy.
Using the Override Modifier
The Override Modifier can be used to allow for inclusion or exclusion in cases where there is a higher
level of protection. The following are the different override levels supported:
^ Category 1 Override
^2 Category 2 Override
^3 Category 3 Override
Encrypting/Not Encrypting Extensions
To include or exclude file name extensions using encryption rules, use the following within your rules:
• After specifying your directory location, use a semi-colon (;) before listing your extensions.
• After specifying your directory location, you do not need to list a trailing backslash (\).
• The period is used as a delineator. It is not meant to be used as “dot-extension.” However, you
can precede the first extension with a period.
• The Override command (^) can be used with extensions.
• The At command (@)can be used with extensions.
• The Not command (-) can be used with extensions.
• You can make any combination of the modifiers with an extension inclusion or exclusion.
Examples of Extension Inclusions/Exclusion
C:\;doc.xls.ppt.docx.xlsx.pptx
What this does: On the C: drive, this encrypts all doc, docx, xls, xlsx, ppt, and pptx files that do not
exist within any protected directory.
^C:\;txt
What this does: On the C: drive, this encrypts all txt files that are not in a directory that has protection
of Category 1 or better.
-C:\;bat.exe.dll
What this does: On the C: drive, this causes all files with the extension bat, exe, and dll to not be
encrypted.
Encrypting/Not Encrypting Directories
To include or exclude directories using encryption rules, use the following within your rules:
• After specifying your directory location, you do not need to list a trailing backslash (\).
• If you list a directory for inclusion, every file contained within that directory is encrypted.
170