antimalware:ignore

Configure items to ignore when monitoring or running a malware scan.

sentinel --task=antimalware:ignore --oper=<path_add|path_del|signature_add|signature_del|fileext_add|fileext_del|monitor_add|monitor_del> --value=<string>
Option
Value Description
--oper <string> The operation you want to perform. Operations: path_add, path_del, signature_add, signature_del, fileext_add, fileext_del, monitor_add, monitor_del
--value <string> The value you want to add or delete.
--restart <yes> Restart the service after saving settings.

Examples

// add a path to ignore
sentinel --task=antimalware:ignore --oper=path_add --value='^/var/tmp/mysql.sock$' --restart

// add a signature to ignore
sentinel --task=antimalware:ignore --oper=signature_add --value='Eicar-Test-Signature.345' --restart