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:
authorSteve Kolenich <kolenichsj@tutanota.com>2021-09-01 23:00:01 +0300
committerSteve Kolenich <kolenichsj@tutanota.com>2021-09-01 23:00:01 +0300
commita4bee8a329c5c8880c81c22631e600f2aba35415 (patch)
tree2c6684fd1e05dced17cc6e3a8b4b4e44d283b288 /include/consts
parent798c1054d7ac5ee6df6a2cbbdbb100545a3892f7 (diff)
Added two tests using apk (Alpine Package Keeper) to check for
installed packages and packages that can be upgraded
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 1dc3f893..5d618429 100644
--- a/include/consts
+++ b/include/consts
@@ -43,6 +43,7 @@ ETC_PATHS="/etc /usr/local/etc"
# == Variable initializing ==
#
APTBINARY=""
+ APKBINARY=""
ARCH_AUDIT_BINARY=""
AUDITORNAME=""
AUDITCTLBINARY=""