summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-22 22:44:44 +0200
committerPaul Buetow <paul@buetow.org>2024-02-22 22:44:44 +0200
commitc1b4bee6c93265139974b1e5cf065d3f82a7154b (patch)
tree6bffa2fdcad38aebcfa0099cd8e684ba65dbde53 /TODO.md
parent285eefb1f36e2298af30d8e3df63792204a5b85d (diff)
PID filter
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index b2bc4f6..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# TODO
-
-## 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