joestubbs / tagent

0 stars 1 forks source link

Computing consistency of ACL rules #19

Open waltermoreira opened 2 years ago

waltermoreira commented 2 years ago

It would be nice to compute the logical consistency of the set of rules for the ACLs. Likely using Z3 as it's done in Python code. Is it doable to port that code to Rust? Or should we try to interface with Python? If the latter, how can we distribute it at the end?