Vserver:cluster01
Policy: default_CIFS
Policy Status: off
Policy Config Owner: cluster
File-Access Protocol: CIFS
Filters: scan-mandatory
Max File Size Allowed for Scanning: 2GB
File Paths Not to Scan: -
File Extensions Not to Scan: -
File Extensions to Scan: *
Scan Files with No Extension: true
 
change previllage to  advacned mode 
 
cluster01:: set -privilege advanced
 
then you should be able change the filter value for on access policy 
 
cluster01::vserver vscan on-access-policy*> modify -vserver * -policy-name default_CIFS -filters "-"
 
you can verify it after changing 
 
cluster01::vserver vscan on-access-policy*> show -in
Vserver: cluster01
Policy: default_CIFS
Policy Status: off
Policy Config Owner: cluster
File-Access Protocol: CIFS
Filters: -
Max File Size Allowed for Scanning: 2GB
File Paths Not to Scan: -
File Extensions Not to Scan: -
File Extensions to Scan: *
Scan Files with No Extension: true
 
change previllage to  admin mode 
cluster01:: set -privilege admin