mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
Added CloudLinux
This commit is contained in:
parent
768d8a62e8
commit
5e0a4e685d
@ -173,6 +173,12 @@
|
|||||||
OS_REDHAT_OR_CLONE=1
|
OS_REDHAT_OR_CLONE=1
|
||||||
OS_VERSION="Rolling release"
|
OS_VERSION="Rolling release"
|
||||||
;;
|
;;
|
||||||
|
"cloudlinux")
|
||||||
|
LINUX_VERSION="CloudLinux"
|
||||||
|
OS_NAME="CloudLinux"
|
||||||
|
OS_REDHAT_OR_CLONE=1
|
||||||
|
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||||
|
;;
|
||||||
"coreos")
|
"coreos")
|
||||||
LINUX_VERSION="CoreOS"
|
LINUX_VERSION="CoreOS"
|
||||||
OS_NAME="CoreOS Linux"
|
OS_NAME="CoreOS Linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user