Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fornaran authored Oct 10, 2024
1 parent ce42586 commit 0407a47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions formal-semantics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,16 @@ <h2>Semantics of Permissions</h2>
</p>
<p>
In the <b>access control scenario</b>: when an action is <b>attempted</b>,
the activation of permissions is computed and if there is not an active permission that permits such an action,
it means that the action is not permitted and it is blocked.
the activation of permissions is computed.
If there is an active permission that permits such an action, the action is performed, and the permission is used by such an action.
If there is not an active permission that permits such an action, it is blocked.
</p>

<p>
In the <b>monitoring scenario</b>: when an action is <b>performed</b> (and it is represented in the state of the world),
if there is no active permission to do so and the default setting for the ODRL Evaluator
is set to "everything is prohibited unless explicitly permitted" a violation should be generated.
If there is an active permission to perform the action the permission is used by such an action.

</p>

Expand All @@ -259,8 +261,6 @@ <h3>Expected behaviour of the ODRL Evaluator</h3>

<p>
If the Permission is active, then the action is permitted. <br>
When an action, which is regulated by an <b>active</b> permission is performed,
the permission is used by such an action.<br>
If one of those conditions is not met, the Permission is <b>inactive</b>.
</p>

Expand Down

0 comments on commit 0407a47

Please sign in to comment.