From ea84c88e0a0e1429a37fed836bbd3d8d0a00d432 Mon Sep 17 00:00:00 2001 From: "shenping.matt" Date: Tue, 4 Jun 2024 16:44:14 +0800 Subject: [PATCH] Version updated to 1.9.1.8 Signed-off-by: shenping.matt --- driver/LKM/dkms.conf | 2 +- driver/LKM/include/kprobe.h | 2 +- driver/LKM/src/smith_hook.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/driver/LKM/dkms.conf b/driver/LKM/dkms.conf index ab4c096dd..7ea93766b 100644 --- a/driver/LKM/dkms.conf +++ b/driver/LKM/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="elkeid-driver" -PACKAGE_VERSION="1.9.1.7" +PACKAGE_VERSION="1.9.1.8" BUILT_MODULE_NAME[0]="elkeid" DEST_MODULE_LOCATION[0]="/kernel/drivers/elkeid" diff --git a/driver/LKM/include/kprobe.h b/driver/LKM/include/kprobe.h index b09bf798e..fb7539363 100644 --- a/driver/LKM/include/kprobe.h +++ b/driver/LKM/include/kprobe.h @@ -29,6 +29,6 @@ extern const struct kprobe_initcall KPROBE_CALL(filter); extern const struct kprobe_initcall KPROBE_CALL(anti_rootkit); extern const struct kprobe_initcall KPROBE_CALL(kprobe_hook); -#define SMITH_VERSION "1.9.1.7" +#define SMITH_VERSION "1.9.1.8" #endif /* __KPROBE_TEMPLATE_H */ diff --git a/driver/LKM/src/smith_hook.c b/driver/LKM/src/smith_hook.c index e2c2f3cda..33b5f84e8 100644 --- a/driver/LKM/src/smith_hook.c +++ b/driver/LKM/src/smith_hook.c @@ -6563,7 +6563,7 @@ MODULE_PARM_DESC(mem_stats, "memory usage of core objects of elkeid"); module_param(sid_##name, charp, S_IRUSR|S_IRGRP|S_IROTH) /* latest commit id */ -static char *smith_srcid = SMITH_SRCID(384f17e2d0939268b20954913e773d2ad4515d38); +static char *smith_srcid = SMITH_SRCID(33dc65badb16f250a10ed62109a0f3b9def46ce0); static int __init kprobe_hook_init(void) {