When I attempt to use the "ABAC with Policy" rule found in the policy editor, pycasbin
creates the following error on e.enforce(sub, obj, act)
:
Exception has occurred: FunctionNotDefined
Function 'eval' not defined, for expression 'eval(p_sub_rule) and r_obj == p_obj and r_act == p_act'.
Can someone tell me why this occurs.