- Added bpftrace (ebpf) support - Added docker for bpftrace - Added tests
0.4.3
- Fixed unneeded imports that were not inside the dependencies list.
0.4.2
Added pickle examples, improved logging and documentation
0.4.1
- Minor bugfixes in Paths prints - More docs
0.4.0
Version 0.4.0 adds the ability to generate profile from a YAML template. For a full usage documentation, visit https://github.com/avilum/secimport/blob/master/docs/YAML_PROFILES.md
0.3.0
- Added syscalls_allowlist argument that enables specifying specific syscalls only. - Improved examples