mirror of https://github.com/CISOfy/lynis.git
Shortened CentOS 7/8 strings to allow match and added note
This commit is contained in:
parent
724acf1be5
commit
af03c07d9f
|
@ -9,6 +9,9 @@
|
||||||
#
|
#
|
||||||
# Date can be converted on Linux using: date "+%s" --date=2020-01-01
|
# Date can be converted on Linux using: date "+%s" --date=2020-01-01
|
||||||
#
|
#
|
||||||
|
# Note: Full string for CentOS can be something like 'CentOS Linux 8 (Core)'.
|
||||||
|
# As this does not properly match, shorter string is used for matching.
|
||||||
|
#
|
||||||
# Amazon Linux
|
# Amazon Linux
|
||||||
#
|
#
|
||||||
os:Amazon Linux:2020-06-30:1593468000:
|
os:Amazon Linux:2020-06-30:1593468000:
|
||||||
|
@ -22,9 +25,8 @@ os:Arch Linux:2286-11-20:9999999999:
|
||||||
#
|
#
|
||||||
os:CentOS release 5:2017-03-31:1490911200:
|
os:CentOS release 5:2017-03-31:1490911200:
|
||||||
os:CentOS release 6:2020-11-30:1606690800:
|
os:CentOS release 6:2020-11-30:1606690800:
|
||||||
os:CentOS Linux release 7:2024-06-30:1719698400:
|
os:CentOS Linux 7:2024-06-30:1719698400:
|
||||||
os:CentOS Linux 7 (Core):2024-06-30:1719698400:
|
os:CentOS Linux 8:2029-05-31:1874872800:
|
||||||
os:CentOS Linux 8 (Core):2029-05-31:1874872800:
|
|
||||||
#
|
#
|
||||||
# Debian - https://wiki.debian.org/DebianReleases#Production_Releases
|
# Debian - https://wiki.debian.org/DebianReleases#Production_Releases
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue