You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When lynis runs the test [PKGS-7410] it does not detect the package containing the kernel.
hardware: odroid xu4 hardkernel
OS: ubuntu 24.04 armhf
lynis:3.1.2
2024-05-14 05:28:28 ====
2024-05-14 05:28:28 Performing test ID PKGS-7410 (Count installed kernel packages)
2024-05-14 05:28:28 Test: Checking how many kernel packages are installed
2024-05-14 05:28:28 Result: found no kernels from dpkg -l output, which is unexpected
2024-05-14 05:28:28 Exception: test has an exceptional event (PKGS-7410) with text Could not find any kernel packages via package manager
2024-05-14 05:28:33 ====
What is the package name of the kernel that you see when running dpkg -l?
Then it can be added in include/tests_ports_packages on line 1345 KERNEL_PKG_NAMES="linux-image-[0-9]|raspberrypi-kernel|pve-kernel-[0-9]"
Would be great if you can test it, as this is very specific. If it works, a pull request would be very welcome (to give you the credit for reporting and testing).
2024-07-23 06:02:15 Performing test ID PKGS-7410 (Count installed kernel packages)
2024-07-23 06:02:15 Test: Checking how many kernel packages are installed
2024-07-23 06:02:15 Result: found 1 kernel packages on the system, which is fine
2024-07-23 06:02:15 ====
The /boot/zImage file is the kernel.
I attach the output of the command:
Is your feature request related to a problem? Please describe.
When lynis runs the test [PKGS-7410] it does not detect the package containing the kernel.
hardware: odroid xu4 hardkernel
OS: ubuntu 24.04 armhf
lynis:3.1.2
Describe the solution you'd like
I would like lynis to detect the package so that it doesn't find an exception.
Thank you so much!
Greetings!
The text was updated successfully, but these errors were encountered: