mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Added BunsenLabs detection
This commit is contained in:
parent
b356aaca84
commit
54f9281040
@ -173,6 +173,12 @@
|
|||||||
OS_FULLNAME="Arch Linux 32"
|
OS_FULLNAME="Arch Linux 32"
|
||||||
OS_VERSION="Rolling release"
|
OS_VERSION="Rolling release"
|
||||||
;;
|
;;
|
||||||
|
"bunsenlabs")
|
||||||
|
LINUX_VERSION="BunsenLabs"
|
||||||
|
OS_NAME="BunsenLabs"
|
||||||
|
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||||
|
OS_VERSION_FULL=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||||
|
;;
|
||||||
"centos")
|
"centos")
|
||||||
LINUX_VERSION="CentOS"
|
LINUX_VERSION="CentOS"
|
||||||
OS_NAME="CentOS Linux"
|
OS_NAME="CentOS Linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user