mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 00:34:14 +02:00
osdetection: add Koozali #1274
This commit is contained in:
parent
64758216f2
commit
f315c0b325
@ -271,6 +271,12 @@
|
||||
OS_NAME="Kali Linux"
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"koozali")
|
||||
LINUX_VERSION="Koozali"
|
||||
OS_NAME="Koozali SME Server"
|
||||
OS_REDHAT_OR_CLONE=1
|
||||
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
;;
|
||||
"linuxmint")
|
||||
LINUX_VERSION="Linux Mint"
|
||||
LINUX_VERSION_LIKE="Ubuntu"
|
||||
|
Loading…
x
Reference in New Issue
Block a user