Skip to content

Commit

Permalink
Version updated to 1.9.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: shenping.matt <[email protected]>
  • Loading branch information
shenping-bd committed Jun 5, 2024
1 parent 33dc65b commit ea84c88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion driver/LKM/dkms.conf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion driver/LKM/include/kprobe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
2 changes: 1 addition & 1 deletion driver/LKM/src/smith_hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ea84c88

Please sign in to comment.