From 2b2c564a990dec474ac62ffbfb61d495dfc7ad85 Mon Sep 17 00:00:00 2001 From: Nicoletta Fornara Date: Tue, 22 Oct 2024 08:32:47 +0200 Subject: [PATCH] Update index.html --- formal-semantics/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/formal-semantics/index.html b/formal-semantics/index.html index 09655e2..20476ff 100644 --- a/formal-semantics/index.html +++ b/formal-semantics/index.html @@ -352,7 +352,7 @@

Example of a constrained permission

document:1234 satisfied active - the attempted action is permitted + the attempted action is permitted by policy:13 E13-2 @@ -362,7 +362,7 @@

Example of a constrained permission

document:1234 not-satisfied inactive - the attempted action is not permitted + the attempted action is not permitted by policy:13 @@ -389,7 +389,7 @@

Example of a constrained permission

the action distribute of document:1234 was perfomed satisfied active - the attempted action is permitted + the attempted action is permitted by policy:13 E13-4 @@ -398,7 +398,7 @@

Example of a constrained permission

the action distribute of document:1234 was perfomed not-satisfied inactive - the attempted action is not permitted + the attempted action is not permitted by policy:13
@@ -468,7 +468,7 @@

Example of a permission whose permitted action is refined

print of document:1234 with resolution less than 1200 dpi satisfied active - the attempted action is permitted + the attempted action is permitted by policy:14 E14-1 @@ -476,7 +476,7 @@

Example of a permission whose permitted action is refined

print of document:1234 with resolution more than 1200 dpi not-satisfied inactive - the attempted action is not permitted + the attempted action is not permitted by policy:14 @@ -509,7 +509,7 @@

Example of a permission whose permitted action is refined

print of document:1234 with resolution less than 1200 dpi was performed satisfied active - the performed action is permitted + the performed action is permitted by policy:14 E14-4