Issue
How to enable the "scan" action for end users?
Environment
- Imunify360
- ImunifyAV
- Malware Scanner
Solution
imunify360-agent config update '{"PERMISSIONS": {"allow_malware_scan": true}}'
imunify-antivirus config update '{"PERMISSIONS": {"allow_malware_scan": true}}'
All user scans are scheduled using a single queue. Thus, multiple scans requested by users will not affect server performance.
Alternate command for WHM:
cut -d":" -f1 /etc/userplans | sort -n | uniq | grep -v "userplans v" | xargs imunify360-agent feature-management enable --feature av --users
Cause
End-user scans are disabled by default.
Useful links
- https://docs.imunify360.com/faq_and_known_issues/#_27-how-to-enable-scan-for-end-users
- https://docs.imunify360.com/command_line_interface/#config
- https://docs.imunify360.com/config_file_description/#how-to-apply-changes-from-cli
- https://docs.imunify360.com/config_file_description/#config-file-description
- https://docs.imunifyav.com/faq_and_known_issues/#how-to-enable-disable-the-start-scanning-button-for-imunifyav-av
- https://docs.imunifyav.com/cli/#config-update
- https://docs.imunifyav.com/config_file_description/#how-to-apply-changes-from-cli
- https://docs.imunifyav.com/config_file_description/#config-file-description
Comments
0 comments
Please sign in to leave a comment.