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

Trust file count should indicate displayed of total #803

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

The file count indicator should show the number of files displayed vs the total in the db.

Eg. with 5 files showing and 100 in the db it would be something like

5 / 100

If you want to get clever, when there are 0 files in db just show "0 files" or if all files are displayed just show the total. This is to avoid redundancy of 0 / 0, or 1000 / 1000. Not a big deal though.