Skip to content

Commit

Permalink
Version v1.9.1.10
Browse files Browse the repository at this point in the history
Signed-off-by: shenping.matt <[email protected]>
  • Loading branch information
shenping-bd committed Jan 21, 2025
1 parent f063c3c commit 5def5f3
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.9"
PACKAGE_VERSION="1.9.1.10"

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.9"
#define SMITH_VERSION "1.9.1.10"

#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 @@ -7049,7 +7049,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(c2b6ebad9ad86240d24011ba20606f6916d79a6d);
static char *smith_srcid = SMITH_SRCID(88685e2e1c0c539a79b997042f57d3c7da3e0f57);

static int __init kprobe_hook_init(void)
{
Expand Down

0 comments on commit 5def5f3

Please sign in to comment.