File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
-
2
- ***** uVisor secure number store example *****
3
- vault : Only client_a can write into the vault
4
- vault : All clients can read the vault
5
- client_b: Attempt to write 0xFFFFFED4 (denied)
6
- client_a: Attempt to read : 0x00000000 (granted)
7
- client_a: Attempt to write 0xFFFFFE0C (granted)
8
- public : Attempt to read : 0xFFFFFE0C (granted)
9
- public : Attempt to write 0x00000019 (denied)
10
- client_b: Attempt to read : 0xFFFFFE0C (granted)
11
- client_a: Attempt to read : 0xFFFFFE0C (granted)
12
- client_a: Attempt to write 0xFFFFFC18 (granted)
13
- public : Attempt to read : 0xFFFFFC18 (granted)
1
+
2
+ ***** uVisor secure number store example *****
3
+ vault : Only client_a can write into the vault
4
+ vault : All clients can read the vault
5
+ public : Attempt to read : 0x00000000 (granted)
6
+ public : Attempt to write 0x00000019 (denied)
7
+ client_a: Attempt to read : 0x00000000 (granted)
8
+ client_a: Attempt to write 0xFFFFFE0C (granted)
9
+ client_b: Attempt to write 0xFFFFFED4 (denied)
10
+ public : Attempt to read : 0xFFFFFE0C (granted)
11
+ client_b: Attempt to read : 0xFFFFFE0C (granted)
12
+ public : Attempt to write 0xFFFFFE89 (denied)
You can’t perform that action at this time.
0 commit comments