mirror of https://github.com/CISOfy/lynis.git
Preparations for APT
This commit is contained in:
parent
06491a5b4f
commit
d682673c63
|
@ -277,6 +277,22 @@
|
|||
fi
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue