rfxn/linux-malware-detect

Service doesn't start in debian testing

kesnol opened this issue · 1 comments

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--dbg package

So the function exits and the service doesn't come up.

I have installed the linux-image--dbg package and it didn't help.

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 : #398

Regards,
Dylan