Skip to content
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

Unknown OS Detection openSUSE Leap 42.3 #1435

Closed
flo-vienna opened this issue Sep 8, 2023 · 2 comments
Closed

Unknown OS Detection openSUSE Leap 42.3 #1435

flo-vienna opened this issue Sep 8, 2023 · 2 comments
Assignees

Comments

@flo-vienna
Copy link

As requested by the app, here is the missing information for the OS DB update.

Lynis version [3.0.9]

From /etc/os-release

NAME="openSUSE Leap"
VERSION="42.3"
ID="opensuse"
ID_LIKE="suse"
VERSION_ID="42.3"
PRETTY_NAME="openSUSE Leap 42.3"
@mboelen
Copy link
Member

mboelen commented Mar 18, 2024

Is still the case for 3.1.0?

@mboelen
Copy link
Member

mboelen commented May 16, 2024

With the following code, I believe this should already been resolved.

                        "opensuse-leap")
                            LINUX_VERSION="openSUSE Leap"
                            OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
                            OS_NAME="openSUSE"
                        ;;

As no confirmation was received, considering this issue closed for now.

@mboelen mboelen closed this as completed May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants