mirror of https://github.com/CISOfy/lynis.git
Added CloudLinux
This commit is contained in:
parent
768d8a62e8
commit
5e0a4e685d
|
@ -173,6 +173,12 @@
|
|||
OS_REDHAT_OR_CLONE=1
|
||||
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")
|
||||
LINUX_VERSION="CoreOS"
|
||||
OS_NAME="CoreOS Linux"
|
||||
|
|
Loading…
Reference in New Issue