To specify that some drivers can operate without needing to submit operations for CA Access Control authorization checks, define a bypass for these drivers. For example, define a bypass for your antivirus program driver so that it can open files for scanning without CA Access Control authorization checks. Without the bypass, the driver might cause a deadlock with CA Access Control.
Note: A bypass for a current version of Trend Micro™ PC-cillin Antivirus is configured out-of-the-box.
To bypass drivers
You can find this entry in the FsiDrv key of the CA Access Control registry.
Note: You must stop CA Access Control before you can change CA Access Control registry entries.
The first entry should be DriverName_0 and the last DriverName_X, where X is BypassDriversCount - 1.
The value should be the name of the driver only (for example, thisdrv.sys).
CA Access Control reloads and bypasses the drivers you defined in the registry.
Example: Bypass Drivers to Resolve Compatibility Issues
This example resolves a compatibility issue an antivirus product has with CA Access Control by defining the antivirus drivers (avDriverA.sys and avDriverB.sys) for bypass. You set registry entries for driver bypass in the CA Access Control registry tree under the FsiDrv key:
HKLM\SOFTWARE\ComputerAssociates\AccessControl\FsiDrv
Set the registry entries as follows:
|
Name |
Type |
Data |
|---|---|---|
|
BypassDriversCount |
REG_DWORD |
2 |
|
DriverName_0 |
REG_SZ |
avDriverA.sys |
|
DriverName_1 |
REG_SZ |
avDriverB.sys |
The BypassDriversCount registry entry value of 2 tells CA Access Control to look for two drivers to bypass. Each DriverName_drvNumber registry entry value defines a driver to bypass.
| Copyright © 2012 CA. All rights reserved. |
|