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:
authorTom Reynolds <tomreyn@users.noreply.github.com>2017-09-04 16:30:25 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-09-04 16:30:25 +0300
commit41174afda663f00ee3c9972ff35bfde03121dce9 (patch)
tree265b29af58f2d68101032d7aaa0befc6cf256f07 /include/tests_ports_packages
parent92d53581f9ca77f3a3cc9ae4ec9a00ae4a5c7e87 (diff)
Do not limit debsums to Debian systems (#457)
Debsums is supported on Debian and other systems as per GitHub issue #446. Undo commit d1969001c6df84ea58c7913140a7a03f6b2486a1.
Diffstat (limited to 'include/tests_ports_packages')
-rw-r--r--include/tests_ports_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index 06fd1c4b..84c6d57d 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -633,7 +633,7 @@
# Test : PKGS-7370
# Description : Checking debsums installation status and presence in cron job
# Note : Run this only when it is a DPKG based system
- if [ ! -z "${DPKGBINARY}" -a "${LINUX_VERSION}" = "Debian" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
+ if [ ! -z "${DPKGBINARY}" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no "PKGS-7370" --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Checking for debsums utility"
if [ ${SKIPTEST} -eq 0 ]; then
if [ ! -z "${DEBSUMSBINARY}" ]; then