This commit is contained in:
Sebastian Lenzlinger 2023-06-11 16:46:55 +02:00
parent 037963bccb
commit 8ce2a8c55c

View File

@ -136,7 +136,7 @@ def detect_logger(module):
# #
#============================================================================================================== #==============================================================================================================
def run_kernel_detection: def run_kernel_detection():
whitelist = get_whitelist("whitelist.txt") whitelist = get_whitelist("whitelist.txt")
lsmod_output = list_modules("lsmod"); lsmod_output = list_modules("lsmod");