mirror of https://github.com/CISOfy/lynis.git
Use quiet mode when checking emerge-webrsync
This commit is contained in:
parent
c5ce09af9f
commit
616209560f
|
@ -807,7 +807,7 @@
|
|||
# others require potential firewall ports to be open, outbound. This is the
|
||||
# "most friendly" way.
|
||||
logtext "Action: updating portage with emerge-webrsync"
|
||||
/usr/bin/emerge-webrsync
|
||||
/usr/bin/emerge-webrsync --quiet 2> /dev/null
|
||||
logtext "Result: emerge-webrsync finished"
|
||||
logtext "Test: checking if /usr/bin/glsa-check exists"
|
||||
if [ -x /usr/bin/glsa-check ]; then
|
||||
|
@ -834,8 +834,8 @@
|
|||
fi
|
||||
fi
|
||||
else
|
||||
logtext "Result: glsa-check not found"
|
||||
ReportSuggestion ${TEST_NO} "glsa-check not found. Emerge the gentoolkit package to install this utility."
|
||||
logtext "Result: glsa-check tool not found"
|
||||
ReportSuggestion ${TEST_NO} "Use Emerge to install the gentoolkit package, which includes glsa-check tool for additional security checks."
|
||||
fi
|
||||
fi
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue