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

Parse dir object keywords #872

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

In addition to the string path parsing that we currently support there are 3 keywords that need special handling:

This implementes a type that wraps up these three and the string type to add support for the keywords.

Closes #588