2021-10-26 10:34:37 +01:00
From 5cfb08effd21d9278e3eb8901c85112a331c3181 Mon Sep 17 00:00:00 2001
2014-02-19 11:48:46 +00:00
From: Austin Seipp <aseipp@pobox.com>
2021-10-26 10:34:37 +01:00
Date: Tue, 26 Oct 2021 09:23:07 +0000
2014-02-19 11:48:46 +00:00
Subject: [PATCH] attempt to 'modprobe config' before checking kernel
---
2021-10-26 10:34:37 +01:00
checksec | 1 +
1 file changed, 1 insertion(+)
2014-02-19 11:48:46 +00:00
2019-07-24 20:26:13 +01:00
diff --git a/checksec b/checksec
2021-10-26 10:34:37 +01:00
index 5536250..895073b 100755
2019-07-24 20:26:13 +01:00
--- a/checksec
+++ b/checksec
2021-10-26 10:34:37 +01:00
@@ -1059,6 +1059,7 @@ kernelcheck() {
2019-07-24 20:26:13 +01:00
echo_message " options that harden the kernel itself against attack.\n\n" '' '' ''
echo_message " Kernel config:\n" '' '' '{ "kernel": '
2021-10-26 10:34:37 +01:00
2014-02-19 11:48:46 +00:00
+ modprobe configs 2> /dev/null
2021-10-26 10:34:37 +01:00
if [[ ! "${1}" == "" ]]; then
2019-07-24 20:26:13 +01:00
kconfig="cat ${1}"
2021-10-26 10:34:37 +01:00
echo_message " Warning: The config ${1} on disk may not represent running kernel config!\n\n" "${1}" "<kernel config=\"${1}\"" "{ \"KernelConfig\":\"${1}\""
2014-02-19 11:48:46 +00:00
--
2021-10-26 10:34:37 +01:00
2.33.0
2014-02-19 11:48:46 +00:00