Disabling resource access events

We can use protected object policies (POPs) to selectively disable auditing of access to particular resources.

After you attach the nohttpaudit POP to the /images subdirectory, access to files under this directory no longer generates an audit event.

  • Enable generating audit records. If we have a specific resource that must be audited, we can enable auditing of that resource. To enable auditing, attach a second POP without the audithttp attribute. For example, the special.jpg file in the /images subdirectory must be audited. We can enable audit records for the file with the following commands:
    pdadmin sec_master> pop create restorehttpaudit
    pdadmin sec_master> pop attached /WebSEAL/server/images/special.jpg \
      restorehttpaudit

    Parent topic: Audit event logging