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:
authorSimon Biewald <simon@fam-biewald.de>2020-08-15 18:21:13 +0300
committerSimon Biewald <simon@fam-biewald.de>2020-08-15 18:29:20 +0300
commit3abc39598a3b367825bc3bf3dcfd75dce040ee50 (patch)
tree912cd1a7c691aceeca64476521edd7fd0ddda6ce /include/consts
parent529bcb2a6036718da41ef0bfc52fae7f20bdfcac (diff)
Add LINUX_VERSION_LIKE for variations of Linux distribution
Real Ubuntu and Debian do not have LINUX_VERSION_LIKE set. They are different enough to consider them as a different distribution. Tests targetting any of distributions based of those two should check both, LINUX_VERSION and LINUX_VERSION_LIKE.
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 053147a4..c86519ac 100644
--- a/include/consts
+++ b/include/consts
@@ -140,6 +140,7 @@ ETC_PATHS="/etc /usr/local/etc"
LICENSE_KEY=""
LICENSE_SERVER=""
LINUX_VERSION=""
+ LINUX_VERSION_LIKE=""
LINUXCONFIGFILE=""
LMDBINARY=""
LMDFOUND=0