Table of ContentsView in Frames

Registering FPolicy to monitor directory create requests

You can monitor directory create operations by registering for it when you register an FPolicy server.

Step

  1. To enable the screening of directory create operations, set the following bit in the OpsToScreen bitmask in the FP_registration() call when you register the FPolicy server to the storage system: FS_OP_CREATE_DIR 0x0080

Result

After the registration is complete, the FPolicy server monitors all directory create requests.