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:
authorBrian Ginsbach <brian.ginsbach@gmail.com>2020-03-30 00:19:25 +0300
committerBrian Ginsbach <brian.ginsbach@gmail.com>2020-03-30 00:19:25 +0300
commitf13d919dfa9379969e14dbd11e296c37c7792945 (patch)
tree680eaf6130a4a22d136a751683a72e1d9f5ad7c2 /include/tests_memory_processes
parent603d5b16a282b6c2f646bae450002e385bd91b3f (diff)
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.
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 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"