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>2018-10-30 15:39:47 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-10-30 15:39:47 +0300
commit28a2580a36e2454c04a074bfaa00bb1df26510eb (patch)
tree9fdee00449cd0d8bcefa51ebfa65ed3979e62cdb
parent57cd296f6331d09aaf3dfa7f6e455f7c216c49ae (diff)
Detection added for macOS Mojave
-rw-r--r--include/osdetection1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osdetection b/include/osdetection
index 55c5ff9c..3395be40 100644
--- a/include/osdetection
+++ b/include/osdetection
@@ -60,6 +60,7 @@
10.11 | 10.11.[0-9]*) OS_FULLNAME="Mac OS X 10.11 (El Capitan)" ;;
10.12 | 10.12.[0-9]*) OS_FULLNAME="macOS Sierra (${OS_VERSION})" ;;
10.13 | 10.13.[0-9]*) OS_FULLNAME="macOS High Sierra (${OS_VERSION})" ;;
+ 10.14 | 10.13.[0-9]*) OS_FULLNAME="macOS Mojave (${OS_VERSION})" ;;
*) echo "Unknown macOS version. Do you know what version it is? Create an issue at ${PROGRAM_SOURCE}" ;;
esac
else