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

Use trust callbacks to populate views #711

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

Use the new async trust loading backend from #691 on the frontend.

This should allow the application to become responsive while the trust database is incrementally hashed in the background.

There is opportunity here to do some neat things

As noted in the #691 there is a binding call to create a System that has not had hashed checked, unchecked_system(). This call can be used in place of the System constructor for now, it will eventually be removed and replace with the ctor call.