From 2db4b7d3f7de20e997dd5bfeebb14a3184ccbe4f Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Fri, 12 May 2023 00:14:15 +0200 Subject: [PATCH] Fix horrible tab in a question --- Domande Sicurezza.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Domande Sicurezza.txt b/Domande Sicurezza.txt index 7216bf0..f9938ca 100644 --- a/Domande Sicurezza.txt +++ b/Domande Sicurezza.txt @@ -86,7 +86,7 @@ public char read(); //Accede ad un file in lettura Quali delle seguenti politiche è corretta? > allow( |-> file.read) when (file.getfilename() == "/etc/passwd") > deny( |-> file.read) when (file.file(/etc/passwd) == true) -v deny( |-> file.read) when (file.getfilename() == "/etc/passwd") +v deny( |-> file.read) when (file.getfilename() == "/etc/passwd") 18) Si supponga di utilizzare un controllo di accessi basato sui ruoli (RBAC) per gestire i permessi in un'azienda. Si supponga che il dipendente U1 abbia funzione F1 e F1 è associata al ruolo R1.