mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Initial support for Clear Linux OS
This commit is contained in:
parent
da055ae0aa
commit
f2b385fbf7
1 changed files with 5 additions and 0 deletions
|
|
@ -146,6 +146,11 @@
|
|||
OS_FULLNAME="Arch Linux"
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"clear-linux-os")
|
||||
LINUX_VERSION="Clear Linux OS"
|
||||
OS_FULLNAME=$(grep "^PRETTY_NAME=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"coreos")
|
||||
LINUX_VERSION="CoreOS"
|
||||
OS_FULLNAME=$(grep "^PRETTY_NAME=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
|
|
|
|||
Loading…
Reference in a new issue