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>2017-08-19 11:51:06 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-08-19 11:51:06 +0300
commitd682673c6379d0384bccc0cb2eff28948a084ddd (patch)
treec71469d6c07d650c97da8dceac162a359a52b622 /include/tests_ports_packages
parent06491a5b4fb4121123f36fd1e81089285abd2833 (diff)
Preparations for APT
Diffstat (limited to 'include/tests_ports_packages')
-rw-r--r--include/tests_ports_packages16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index c328afc4..a804113d 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -278,6 +278,22 @@
#
#################################################################################
#
+ # TODO
+
+ ## Test : PKGS-7318
+ ## Description : APT configuration
+ #if [ -x ${ROOTDIR}usr/bin/apt-config ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
+ #Register --test-no PKGS-7318 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "APT configuration"
+ #if [ ${SKIPTEST} -eq 0 ]; then
+ # LogText "Test: check APT configuration"
+ # if ! SkipAtomicTest ${TEST_NO}:atomicname; then
+ # # Acquire::AllowInsecureRepositories should be 0 (could be 1)
+ # # Acquire::AllowDowngradeToInsecureRepositories should be 0
+ # # Binary::apt::Acquire::AllowInsecureRepositories should be 0
+ #fi
+#
+#################################################################################
+#
# Test : PKGS-7320
# Description : Check available of arch-audit
if [ "${OS_FULLNAME}" = "Arch Linux" ]; then PREQS_MET="YES"; SKIPREASON=""; else PREQS_MET="NO"; SKIPREASON="Test only applies to Arch Linux"; fi