Hi I hope you can help me out :slight_smile: I'm having a ubuntu / rkhunter question. I have installed the last version of rkhunter! And rkhunter working fine. But when I installed new packages, rkhunter check the install files on the fly someway Somehow rkhunter mess up some of my install scripts (netdata install script), so I want to disable the rkhunter check when I install things Here is the install script!: Code: wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --disable-telemetry Can someone help me out, and tell me what options to disable on the config? If I remove rkhunter with "apt remove rkhunter" - The netdata installer works fine, but then I don't have rkhunter! // Thomas
Set PKGMGR=NONE in your /etc/rkhunter.conf.local or comment the lines in /etc/apt/apt.conf.d/90rkhunter Alternately you might check if PKGMGR_NO_VRFY would suit your needs (read /etc/rkhunter.conf).