From f13d919dfa9379969e14dbd11e296c37c7792945 Mon Sep 17 00:00:00 2001 From: Brian Ginsbach Date: Sun, 29 Mar 2020 16:19:25 -0500 Subject: [PATCH] PROC-3802 Only check for prelink package on Linux The prelink package is Linux specific no need to check for it on non-Linux systems. --- include/tests_memory_processes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_memory_processes b/include/tests_memory_processes index 0b0fff6f..65473cf4 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 --weight L --network NO --category security --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" if [ ${SKIPTEST} -eq 0 ]; then if PackageIsInstalled "prelink"; then LogText "Result: prelink packages is installed"