blob: b2bc4f6b6433a9c76df1c61084b27c2be3cdbd60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
|