Update Get it Running - Step by Step.md

This commit is contained in:
Joris 2021-12-23 14:06:59 +00:00
parent 4eb15d3552
commit 2c90c4893c

View File

@ -188,7 +188,7 @@ Define a machine called "door" in the bffh.dhall<br>
` , read = "lab.door.read"`<br> ` , read = "lab.door.read"`<br>
` , write = "lab.door.write"`<br> ` , write = "lab.door.write"`<br>
` },`<br> ` },`<br>
- create a role having ALL permissions to the door - create a role having ALL permissions to the door<br>
`DoorUser =`<br> `DoorUser =`<br>
`{ permissions = `<br> `{ permissions = `<br>
`[ "lab.door.write"` - allows the user to use the door<br> `[ "lab.door.write"` - allows the user to use the door<br>