Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2020-04-07 11:53:39 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2020-04-07 11:53:39 +0300
commitbe75a089a740b3dad7c1bc720922a59926b37f27 (patch)
tree276be613db3226f0a6dd360a7df4abf740842388 /include/tests_memory_processes
parentc368846a08d12901e7de43b525d3e055c7f67508 (diff)
[PROC-3802] added package manager routine as dependency
Diffstat (limited to 'include/tests_memory_processes')
-rw-r--r--include/tests_memory_processes2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_memory_processes b/include/tests_memory_processes
index 65473cf4..2454f320 100644
--- a/include/tests_memory_processes
+++ b/include/tests_memory_processes
@@ -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"