Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2021-07-20 15:22:50 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2021-07-20 15:22:50 +0300
commit461f1ba0ed0004faede0391187da33cd661cdaa4 (patch)
treeb63709d1f1eb362e5cd5d38caaa26b2147807e05
parent47f6638644428cd80fd350131be0c4e7d08071cd (diff)
parent20be0f61e390ba4ddb09055d444e11e938bb6b49 (diff)
Merge branch 'master' of https://github.com/CISOfy/lynis
-rw-r--r--include/osdetection5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osdetection b/include/osdetection
index 47dbd216..52f26adf 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -173,6 +173,11 @@
OS_FULLNAME="Arch Linux 32"
OS_VERSION="Rolling release"
;;
+ artix")
+ LINUX_VERSION="Artix Linux"
+ OS_FULLNAME="Artix Linux"
+ OS_VERSION="Rolling release"
+ ;;
"bunsenlabs")
LINUX_VERSION="BunsenLabs"
OS_NAME="BunsenLabs"