mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Add IPFire to osdetection
Fixes cisofy/lynis#1040. Signed-off-by: Simon Biewald <simon@fam-biewald.de>
This commit is contained in:
parent
499cf1cdb9
commit
183af1d334
1 changed files with 5 additions and 0 deletions
|
|
@ -207,6 +207,11 @@
|
|||
OS_NAME="Gentoo Linux"
|
||||
OS_VERSION="Rolling release"
|
||||
;;
|
||||
"ipfire")
|
||||
LINUX_VERSION="IPFire"
|
||||
OS_NAME="IPFire"
|
||||
OS_VERSION=$(grep "^VERSION=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||
;;
|
||||
"kali")
|
||||
LINUX_VERSION="Kali"
|
||||
OS_NAME="Kali Linux"
|
||||
|
|
|
|||
Loading…
Reference in a new issue