Hello good time
I run clamd and clamonacc with root user and clamd.conf file is configured as follows:
User root
OnAccessIncludePath / home
OnAccessExcludeUname root
OnAccessPrevention yes
In this case, if I run a malicious file with other users, clamav prevents it from running, and if I run the same file with the root user, it does nothing.
How can I configure calmav to prevent malicious files from being executed by the root user?
Thanks