mirror of https://github.com/CISOfy/lynis.git
[PROC-3802] added package manager routine as dependency
This commit is contained in:
parent
c368846a08
commit
be75a089a7
|
@ -118,7 +118,7 @@
|
|||
#
|
||||
# Test : PROC-3802
|
||||
# Description : Check presence of prelink tooling
|
||||
Register --test-no PROC-3802 --os Linux --weight L --network NO --category security --description "Check presence of prelink tooling"
|
||||
Register --test-no PROC-3802 --package-manager-required --os Linux --weight L --network NO --category security --description "Check presence of prelink tooling"
|
||||
if [ ${SKIPTEST} -eq 0 ]; then
|
||||
if PackageIsInstalled "prelink"; then
|
||||
LogText "Result: prelink packages is installed"
|
||||
|
|
Loading…
Reference in New Issue