Skip to content

Commit

Permalink
Version updated to 1.7.0.20
Browse files Browse the repository at this point in the history
Signed-off-by: shenping.matt <shenping.matt@bytedance.com>
  • Loading branch information
shenping-bd committed Jun 4, 2024
1 parent 3287136 commit be13a83
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.7.0.19"
PACKAGE_VERSION="1.7.0.20"

BUILT_MODULE_NAME[0]="hids_driver"
DEST_MODULE_LOCATION[0]="/kernel/drivers/elkeid"
Expand Down
2 changes: 1 addition & 1 deletion driver/LKM/src/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static void __exit kprobes_exit(void)
module_init(kprobes_init);
module_exit(kprobes_exit);

MODULE_VERSION("1.7.0.19");
MODULE_VERSION("1.7.0.20");
MODULE_LICENSE("GPL");

MODULE_INFO(homepage, "https://github.com/bytedance/Elkeid/tree/main/driver");
Expand Down
2 changes: 1 addition & 1 deletion driver/LKM/src/smith_hook.c
Original file line number Diff line number Diff line change
Expand Up @@ -5021,7 +5021,7 @@ static void __init install_kprobe(void)
module_param(sid_##name, charp, S_IRUSR|S_IRGRP|S_IROTH)

/* latest commit id */
static char *smith_srcid = SMITH_SRCID(e3b7fa7ce010834b31044e222db4b94a3a30be13);
static char *smith_srcid = SMITH_SRCID(3287136d9f6336d2a1ac29cd844d2b5aa8f3e768);

static int __init kprobe_hook_init(void)
{
Expand Down

0 comments on commit be13a83

Please sign in to comment.