ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
11 stars 5 forks source link

Redux handler state machines #936

Open jw3 opened 8 months ago

jw3 commented 8 months ago

Use state machines to separate flow control from execution in the redux handlers (eg on_next_system)

The goal is to reduce complexity of the logic in the existing handlers.

jw3 commented 8 months ago

934