Expand description
Probe source identifiers the agent emits.
String constants rather than an enum so the host’s CBOR decoder can match without coupling to this crate’s Rust types — Path A is intentionally a data wire, not a Rust API.
Constants§
- ALL
- All known probe sources. Used by the decoder to reject unknown sources without bringing the channel down (drop-with-counter semantics).
- CAPABILITY_
DENIED capability.deniedevent from the kernel via guest probe.- FS_
INOTIFY_ FIRED inotifywatch fired on a declared FS path.- NET_
CONNECT_ ATTEMPTED connect(2)attempt observed pre-syscall.- PROCESS_
EXITED - Process exit observed via guest-side
/procdelta walk. - PROCESS_
SPAWNED - Process spawn observed via guest-side
/procdelta walk.
Functions§
- is_
known - True iff
smatches one of the declared probe sources.