CISOfy / lynis

Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
https://cisofy.com/lynis/
GNU General Public License v3.0
12.75k stars 1.43k forks source link

Unknown OS found in /etc/os-release for Buildroot #1140

Open aka-mj opened 3 years ago

aka-mj commented 3 years ago

Running the latest Lynis I get the error about an unknown OS. Here is the content of /etc/os-release.

This Linux image was built via Buildroot.

> cat /etc/os-release
NAME="Summit Linux"
VERSION="Summit Linux development build 0.7.0.0 20210421"
ID=cm1sd
VERSION_ID=0.7.0.0
BUILD_ID=20210421
PRETTY_NAME="Summit Linux development build 0.7.0.0 20210421"
mboelen commented 3 years ago

Do you have more details about this specific Linux build?

mboelen commented 3 years ago

@dangerousHobo Michael, do you have more details? For example, a website?

aka-mj commented 3 years ago

@mboelen sorry for the delay. The linux build system can be found here: https://buildroot.org/

mboelen commented 1 month ago

Hi @aka-mj - Are you still running this OS?

aka-mj commented 1 month ago

Yes, still using this. https://buildroot.org/

Unsure what other info is needed. I'm assuming the tool is looking for specific Linux name/version in os-release?

mboelen commented 1 month ago

Great. Yes, it does in include/osdetection. If you have the time, have a look at the file and add the related entry. If you submit the change as a pull request, we can merge it (and attribute it properly to you). Are you up for that?