Skip to content

Commit f19773d

Browse files
committed
wip: feat!: isolate legacy bpf probe TOCTOU mitigation logic
Signed-off-by: Leonardo Di Giovanna <[email protected]>
1 parent f9a1b93 commit f19773d

File tree

13 files changed

+1759
-660
lines changed

13 files changed

+1759
-660
lines changed

driver/bpf/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ set(BPF_SOURCES
3636
bpf_helpers.h
3737
builtins.h
3838
filler_helpers.h
39+
terminate_filler_helpers.h
40+
toctou_mitigation.h
3941
fillers.h
4042
Makefile
4143
maps.h

0 commit comments

Comments
 (0)