Squashed commit of the following:
commit
7d259f788d761da3eacb91122e54d52c3e0ac4e3
Author: Dipto Pandit <dipandit@cisco.com>
Date: Mon Jan 25 04:29:18 2021 -0500
file_api: stop processing signature when type verdict is 'FILE_VERDICT_STOP'
FileVerdict v = policy->type_lookup(p, this);
if ( v != FILE_VERDICT_UNKNOWN )
{
+ if (v == FILE_VERDICT_STOP)
+ config_file_signature(false);
FileCache* file_cache = FileService::get_file_cache();
if (file_cache)
file_cache->apply_verdict(p, this, v, false, policy);