mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-25 18:59:13 +02:00
[PROC-3802] added package manager routine as dependency
This commit is contained in:
parent
c368846a08
commit
be75a089a7
@ -118,7 +118,7 @@
|
|||||||
#
|
#
|
||||||
# Test : PROC-3802
|
# Test : PROC-3802
|
||||||
# Description : Check presence of prelink tooling
|
# 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 [ ${SKIPTEST} -eq 0 ]; then
|
||||||
if PackageIsInstalled "prelink"; then
|
if PackageIsInstalled "prelink"; then
|
||||||
LogText "Result: prelink packages is installed"
|
LogText "Result: prelink packages is installed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user