Move handling of permission globbing into commands
zml2008 opened this issue ยท 0 comments
This reduces the number of ways there is to store a single permission result, lowering runtime and data format complexity. This also makes it easier to perform operations on a bunch of permissions at once, by pre-expanding globs. For example, removing a lot of permissions at once that were not added in glob form.