This would allow one to add custom functions and user-defined values that can be invoke and used from within the rules e.g. `allow read: if my_custom_function()==true;`
This would allow one to add custom functions and user-defined values that can be invoke and used from within the rules
e.g.
allow read: if my_custom_function()==true;