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
11 stars 5 forks source link

Allow force save with syntax error #932

Closed jw3 closed 9 months ago

jw3 commented 9 months ago

Allows config to be saved even if there is a syntax error.

The UI displays a message indicating there is a syntax error and to proceed only if sure, as is already done in the rule editor. This also updates the text used in the message to be generic enough to use across rules and config.

Closes #931