mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Merge branch 'master' of https://github.com/CISOfy/lynis
This commit is contained in:
commit
6d6e160100
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Lynis 3.0.6 (not released yet)
|
## Lynis 3.0.6 (not released yet)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- OS detection: NethServer
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- GetHostID function: fallback options added for Linux systems
|
- GetHostID function: fallback options added for Linux systems
|
||||||
- Fix: show correct text when egrep is missing
|
- Fix: show correct text when egrep is missing
|
||||||
|
@ -279,6 +279,12 @@
|
|||||||
OS_NAME="Manjaro"
|
OS_NAME="Manjaro"
|
||||||
OS_VERSION="Rolling release"
|
OS_VERSION="Rolling release"
|
||||||
;;
|
;;
|
||||||
|
"nethserver")
|
||||||
|
LINUX_VERSION="NethServer"
|
||||||
|
OS_NAME="NethServer"
|
||||||
|
OS_REDHAT_OR_CLONE=1
|
||||||
|
OS_VERSION=$(grep "^VERSION_ID=" /etc/os-release | awk -F= '{print $2}' | tr -d '"')
|
||||||
|
;;
|
||||||
"nixos")
|
"nixos")
|
||||||
LINUX_VERSION="NixOS"
|
LINUX_VERSION="NixOS"
|
||||||
OS_NAME="NixOS"
|
OS_NAME="NixOS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user