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

Allow missing trust.d #734

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

The fapolicy.trust file and trust.d directory can either/both be missing and fapolicyd will function. Given that we should be able to handle the same scenarios.

This ensures that the read and write logic works around both files being optional.

Closes #716