Skip to content

Commit

Permalink
Version 1.9.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: shenping.matt <[email protected]>
  • Loading branch information
shenping-bd committed Aug 27, 2024
1 parent c2b6eba commit af963a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver/LKM/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ccflags-y += -D SMITH_HAVE_MNTNS_OPS_INUM
endif

FCHECK_H_FILES := $(shell find -L $(K_I_PATH) -path \*/linux/fdtable.h) /dev/null
FCHECK_SUPPORT := $(shell sh -c "grep -sE \\*[[:space:]]*fcheck_files $(FCHECK_H_FILES)")
FCHECK_SUPPORT := $(shell sh -c "grep -sE [\\]*[[:space:]]*fcheck_files $(FCHECK_H_FILES)")
ifneq ($(FCHECK_SUPPORT),)
ccflags-y += -D SMITH_HAVE_FCHECK_FILES
endif
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 @@ -6585,7 +6585,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(e78a3a5cc2aad61ab1a966dfdcd872710b0c46a0);
static char *smith_srcid = SMITH_SRCID(c2b6ebad9ad86240d24011ba20606f6916d79a6d);

static int __init kprobe_hook_init(void)
{
Expand Down

0 comments on commit af963a2

Please sign in to comment.