-
Notifications
You must be signed in to change notification settings - Fork 13
Changelog
Avi Lumelsky edited this page Aug 24, 2023
·
2 revisions
Table of Contents generated with DocToc
- ✔️ Added Allow/Block list configuration
- ✔️ Created a .yaml configuration per module in the code
- ✔️ Use secimport to compile that yml
- ✔️ Create a single dcript policy
- ✔️ Run an application with that policy using dtrace, without using
secure_import
- ✔️ Added eBPF basic support using bpftrace
- ✔️ bpftrace backend tests
- ✔️ Implemented python USDT probes template
- ✔️ Added CLI for bpftrace backend usage
- ✔️ Updated documentation and improved CLI
- ✔️ Added GIFs
- Read more about the primitives of secimport:
-
bpftrace
- https://github.com/iovisor/bpftrace -
dtrace
- DTrace Cheatsheet
-
- Sandbox Examples
- Guides