-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BOOT-5180 - runlevel debian Jessie #61
Comments
Related patch has been applied to improve detection. Can you test? (it should skip and show no longer a related message/suggestion) |
@DocEmmetBrown did the patch work correctly for you? |
Hi @mboelen , sorry I didn't have time to test the patch yet. I promise I'll do it soon and get back to you ;-) |
Closing the issue, to keep the list clean. If it does not work, please reopen this issue. |
I'm not sure when I started seeing this message, I'm running Lynis on Ubuntu 18.04 I run the audit system from a cronjob and then grep the lynis-report.dat for suggestion entries. Performing test ID BOOT-5180 (Check for Linux boot services (Debian style))
The code is different now, but the result is similar. The runlevel returns 'N 5' which results in the "Determine runlevel and services at startup" message.
or:
|
Hi,
Debian Jessie's default
runlevel
returnsN 5
, so the BOOT-5180 test returns that it couldn't determine runlevel.an ugly tweak :
May be it could be nicer to test if debian version is >= 8.0 ;)
Cheers
The text was updated successfully, but these errors were encountered: