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:
-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