The rkhunter reports these everyday - Warning: The following suspicious (large) shared memory segments have been found: Process: /usr/sbin/apache2 PID: 11790 Owner: root Size: 1.2MB (configured size allowed: 1.0MB) Warning: No output found from the lsmod command or the /proc/modules file: /proc/modules output: lsmod output: How do I correct them? My OS is Ubuntu 18.04.3, ISPConfig 3.1.15
Code: echo 'ALLOWIPCPROC=/usr/sbin/apache2' >> /etc/rkhunter.conf.local I'd guess your in a container environment where you don't have lsmod installed, nor access to /proc/modules. Add 'os_specific' to DISABLE_TESTS in /etc/rkhunter.conf.local (manually check if you have an existing line, and add there, or create a new one if not).