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

Add type to session format #918

Closed jw3 closed 10 months ago

jw3 commented 10 months ago

Implements a new format for changesets to include a type discriminator which assists with deserialization.

Previously the deserialization was deriving the value type by the type of the serialized data, but this has issues when scaling to support additional types.

Closes #917