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
Describe the bug
This doesn't work, breaks the Distro from loading needed modules at runtime/bootup.
Version
Distribution [Slackware 14.2]
Lynis version [3.0.6]
Expected behavior
I don't expect this to interfere with the loading of modules needed by the system to run.
Output
kernel.modules_disabled (exp: 1) [ DIFFERENT ]
Additional context
This does not work in Slackware, if I enable kernel.modules_disabled = 1 in sysctl.conf, then required/needed modules don't load at run time/bootup.
The text was updated successfully, but these errors were encountered:
Don't blindly enable things without reading what it does.
For example:
https://linux-audit.com/increase-kernel-integrity-with-disabled-linux-kernel-modules-loading/:
"Depending on your environment, you might be careful with using this option. It may be working very well on servers, but not on desktop systems. The reason is the type of usage is different, especially when it comes with loading new kernel modules. For example inserting a USB drive, mouse or network functionality might break. So before deploying the option, make sure you test these common use cases."
systemd/systemd#13540:
"This would break various applications that require kernel auto module loading. For example kloak would no longer start. (Upstream bug report: vmonaco/kloak#16) Other applications break too such as for example VirtualBox guest additions and either X or XFCE."
I certainly understand about Testing before using.
Sorry for not making this clear, I should of said, it might be better to change the wording in Red saying Different to the color Yellow Suggested instead. The Red colors in the words makes it come across more like Danger, you need to change these, which Yellow as suggested comes across better.
The test is binary (it matches or not), therefore it uses green or red. I understand the risk of using red as a color. In this case, it is intended to show clearly when a setting is different. For now, we will keep things as-is, but give it some additional thought in the near future.
Describe the bug
This doesn't work, breaks the Distro from loading needed modules at runtime/bootup.
Version
Expected behavior
I don't expect this to interfere with the loading of modules needed by the system to run.
Output
Additional context
This does not work in Slackware, if I enable
kernel.modules_disabled = 1
in sysctl.conf, then required/needed modules don't load at run time/bootup.The text was updated successfully, but these errors were encountered: