Skip to content

Commit

Permalink
Version updated to 1.7.0.19
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 Apr 28, 2024
1 parent d31f5dd commit 02b25b3
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.18"
PACKAGE_VERSION="1.7.0.19"

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.18");
MODULE_VERSION("1.7.0.19");
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(30d91f079db332422fca922fd8d1a4a763e84faa);
static char *smith_srcid = SMITH_SRCID(05c8e8cf352ee91fd3dcd89354fec3cc8fa3129c);

static int __init kprobe_hook_init(void)
{
Expand Down

0 comments on commit 02b25b3

Please sign in to comment.