summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-09 01:12:38 +0200
committerPaul Buetow <paul@buetow.org>2024-02-09 01:12:38 +0200
commit20ddab74b35a1dcafb8464c17857103bc923d2ad (patch)
tree7581a59467261fa9e50969bdea66c3e071f4039b /TODO.md
parent406f0526b9e2961669cad16f0b36d38bf2af17f3 (diff)
add todo
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..269ecf3
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,5 @@
+# TODO
+
+* Send PID and/or file pattern dynamically to the BPF program
+* Capture all *open* and *close* syscalls (e.g. from debugfs?)
+ * Could write a Go code to check for available syscalls and then alert?