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

Display trust as a tree #748

Open jw3 opened 1 year ago

jw3 commented 1 year ago

Another take on the trust view would be to make it a tree, rather than a list of fully qualified paths.

This would allow the model to be populated while the view remains unchanged unless action is taken. Even if action is taken, it will be a fraction of what happens in the list view.

The tree nodes still be inserted piecemeal as the async events are coming in, but they remain in collapsed state until clicked.

This would eliminate #520

This should also help greatly with #738