-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b54fbb
commit 051d8f6
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
|
||
***** uVisor secure number store example ***** | ||
vault : Only client_a can write into the vault | ||
vault : All clients can read the vault | ||
client_b: Attempt to write 0xFFFFFED4 (denied) | ||
client_a: Attempt to read : 0x00000000 (granted) | ||
client_a: Attempt to write 0xFFFFFE0C (granted) | ||
public : Attempt to read : 0xFFFFFE0C (granted) | ||
public : Attempt to write 0x00000019 (denied) | ||
client_b: Attempt to read : 0xFFFFFE0C (granted) | ||
client_a: Attempt to read : 0xFFFFFE0C (granted) | ||
client_a: Attempt to write 0xFFFFFC18 (granted) | ||
public : Attempt to read : 0xFFFFFC18 (granted) | ||
|
||
***** uVisor secure number store example ***** | ||
vault : Only client_a can write into the vault | ||
vault : All clients can read the vault | ||
public : Attempt to read : 0x00000000 (granted) | ||
public : Attempt to write 0x00000019 (denied) | ||
client_a: Attempt to read : 0x00000000 (granted) | ||
client_a: Attempt to write 0xFFFFFE0C (granted) | ||
client_b: Attempt to write 0xFFFFFED4 (denied) | ||
public : Attempt to read : 0xFFFFFE0C (granted) | ||
client_b: Attempt to read : 0xFFFFFE0C (granted) | ||
public : Attempt to write 0xFFFFFE89 (denied) |