mirror of https://github.com/CISOfy/lynis.git
Changed status of file integrity tool in report
This commit is contained in:
parent
7537419a68
commit
747fd5bb19
|
@ -5,8 +5,8 @@
|
||||||
# Lynis
|
# Lynis
|
||||||
# ------------------
|
# ------------------
|
||||||
#
|
#
|
||||||
# Copyright 2007-2014, Michael Boelen (michael@rootkit.nl), The Netherlands
|
# Copyright 2007-2014, Michael Boelen (michael.boelen@cisofy.com)
|
||||||
# Web site: http://www.rootkit.nl
|
# Web site: https://cisofy.com
|
||||||
#
|
#
|
||||||
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
||||||
# welcome to redistribute it under the terms of the GNU General Public License.
|
# welcome to redistribute it under the terms of the GNU General Public License.
|
||||||
|
@ -20,8 +20,9 @@
|
||||||
#
|
#
|
||||||
InsertSection "Software: file integrity"
|
InsertSection "Software: file integrity"
|
||||||
Display --indent 2 --text "- Checking file integrity tools"
|
Display --indent 2 --text "- Checking file integrity tools"
|
||||||
|
#
|
||||||
|
#################################################################################
|
||||||
|
#
|
||||||
# Test : FINT-4310
|
# Test : FINT-4310
|
||||||
# Description : Check if AFICK is installed
|
# Description : Check if AFICK is installed
|
||||||
Register --test-no FINT-4310 --weight L --network NO --description "AFICK availability"
|
Register --test-no FINT-4310 --weight L --network NO --description "AFICK availability"
|
||||||
|
@ -216,9 +217,9 @@
|
||||||
#################################################################################
|
#################################################################################
|
||||||
#
|
#
|
||||||
|
|
||||||
report "file_integrity_installed=${FILE_INT_TOOL_FOUND}"
|
report "file_integrity_tool_installed=${FILE_INT_TOOL_FOUND}"
|
||||||
wait_for_keypress
|
wait_for_keypress
|
||||||
|
|
||||||
#
|
#
|
||||||
#================================================================================
|
#================================================================================
|
||||||
# Lynis - Copyright 2007-2014, Michael Boelen - www.rootkit.nl - The Netherlands
|
# Lynis - Copyright 2007-2014 Michael Boelen, CISOfy - https://cisofy.com
|
||||||
|
|
Loading…
Reference in New Issue