linux-malware-detect
linux-malware-detect copied to clipboard
Service doesn't start in debian testing
There is a problem in internals/functions file.
In the line 1660, there is an if that looks for inotify_ in /boot/System.map-$(uname -r)
In Debian this file only contain the following text:
ffffffffffffffff B The real System.map is in the linux-image-
So the function exits and the service doesn't come up.
I have installed the linux-image-
If I modify the file and I remove the first part of the if, the function check for CONFIG_INOTIFY in /boot/config-$(uname -r) and the service come up.
Hello, Thank you for your issue. I hit the same problem. I propose a fix here : https://github.com/rfxn/linux-malware-detect/pull/398
Regards, Dylan