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
12 stars 5 forks source link

Service poll v2 #858

Open jw3 opened 1 year ago

jw3 commented 1 year ago

Moving the service poll out of Python for improved thread ergonomics.

Two components implemented here

This will also serve as a reference implementation for improved messaging between the backend components and Redux.

Closes #792