I have a knotty problem (at least for me) to solve
In a nutshell:
Questions
Thanks a lot
You'll need:
In your case, the policy would look like the following:
policy allowOfficeHours{
apply firstApplicable
rule allowOfficeHours{
target clause current_time>"09:00:00":time and current_time<"17:00:00":time
permit
}
}
Start