summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
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