From b4f105dc2e060f3e5cb29df31b68bf8f24000f0a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 9 Feb 2024 01:18:48 +0200 Subject: more --- TODO.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 269ecf3..b2bc4f6 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,15 @@ # TODO -* Send PID and/or file pattern dynamically to the BPF program +## Functionality + +* Send PID and/or file pattern dynamically to the BPF program (command line flags) * Capture all *open* and *close* syscalls (e.g. from debugfs?) * Could write a Go code to check for available syscalls and then alert? +* ... + +## Refactor + +* Error wrapping +* vet +* Move have a ./internal/ioriot.bpf.c and ./internal/ioriot.go as starting points +* Move main.go to ./cmd/ioriot -- cgit v1.2.3