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

UI loading of async trust #750

Closed dorschs57 closed 1 year ago

dorschs57 commented 1 year ago

Wires in the async trust checks from the rust layer. The trust is now loaded into the GUI in batches. The Trust is processes and prepared for loading off the UI thread, and then added to the UI in batches of 200 every 200 milliseconds.

closes #711

jw3 commented 1 year ago

Tested this out, looking good. Used a trust db with about 120K entries, roughly even split between system and ancillary.

dorschs57 commented 1 year ago

This should be ready for review. It looks like something bad is going on with the ubuntu images that's causing CI failures. I'll try them again later to see if the issue is resolved.