diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-09 01:18:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-09 01:18:48 +0200 |
| commit | b4f105dc2e060f3e5cb29df31b68bf8f24000f0a (patch) | |
| tree | 845b03eb9c93b3683bbb74a7a7e777238f9602c1 /TODO.md | |
| parent | 20ddab74b35a1dcafb8464c17857103bc923d2ad (diff) | |
more
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |
