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-03-30 17:07:25 +0300
committerGitHub <noreply@github.com>2020-03-30 17:07:25 +0300
commit7d544d9d792376a66370fd867151b55e017e95c7 (patch)
tree77ceb5870cf19fc4ae6da878b367c5e2cea9c6f2
parent49b8779cb55ba9985cdad75d70af071a60bbb438 (diff)
parentf13d919dfa9379969e14dbd11e296c37c7792945 (diff)
Merge pull request #889 from bginsbach/fix-proc-3802
PROC-3802 Only check for prelink package on Linux
-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"