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

Parsing issues with fapolicyd config #997

Open jw3 opened 8 months ago

jw3 commented 8 months ago

Need parsing implementations for watch_fs and syslog_format

ht: @tparchambault

tparchambault commented 8 months ago

Noticed during V1.3 testing and verified with @jw3 and in rust libs, that only simple checking of fields has been implemented up to this point. An image says it best:

ConfigEditorValidation

There are only specific syslog field values and filesystem type values that are valid. See man fapolicyd.conf for those specifics associated with the fapolicyd version as a starting point.