mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 23:34:25 +02:00
Merge pull request #889 from bginsbach/fix-proc-3802
PROC-3802 Only check for prelink package on Linux
This commit is contained in:
commit
7d544d9d79
@ -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 --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 [ ${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