mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-03-14 05:05:22 +01:00
Fix horrible tab in a question
This commit is contained in:
parent
eedeeacc9c
commit
2db4b7d3f7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue