Skip to main content

Crate whyno_core

Crate whyno_core 

Source
Expand description

Core state types and check pipeline for the whyno permission debugger.

Pure logic, zero I/O. All filesystem state is gathered externally and passed in via state::SystemState. Check pipeline operates deterministically on that struct.

Modulesยง

checks
Check pipeline framework and layer orchestration.
fix
Fix engine for generating, scoring, and simulating repair suggestions.
operation
Operation types for permission queries.
state
Gathered filesystem state types.