mirror of https://github.com/CISOfy/lynis.git
Update osdetection
This commit is contained in:
parent
967b9f1ec7
commit
58d084ef71
|
@ -332,6 +332,12 @@
|
|||
OS_REDHAT_OR_CLONE=1
|
||||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
;;
|
||||
"nobara")
|
||||
LINUX_VERSION="Nobara"
|
||||
OS_NAME="Nobara Linux"
|
||||
OS_REDHAT_OR_CLONE=1
|
||||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
;;
|
||||
"nodistro")
|
||||
LINUX_VERSION="openembedded"
|
||||
OS_NAME="OpenEmbedded"
|
||||
|
|
Loading…
Reference in New Issue