mei_rt2mei_rt2_fix_1
Last change
on this file since 20eaefe was
bf68132,
checked in by Mei <mei@…>, 12 years ago
|
1) get example directory to work with yap with use_malloc option
2) swap in new performance graphs
|
-
Property mode set to
100644
|
File size:
630 bytes
|
Line | |
---|
1 | |
---|
2 | ...final principal set... |
---|
3 | (pAcme,keyid,y) |
---|
4 | (pCoyote,keyid,y) |
---|
5 | |
---|
6 | ...final policy attribute set... |
---|
7 | pAcme.buy_rockets <- pAcme.preferred_customer |
---|
8 | pAcme.preferred_customer <- pCoyote |
---|
9 | |
---|
10 | ===good============ Acme.preferred_customer <- Coyote |
---|
11 | YAP query succeed |
---|
12 | pAcme.preferred_customer <- pCoyote |
---|
13 | |
---|
14 | ===good============ Acme.buy_rockets <- Coyote |
---|
15 | YAP query succeed |
---|
16 | pAcme.buy_rockets <- pAcme.preferred_customer |
---|
17 | pAcme.preferred_customer <- pCoyote |
---|
18 | |
---|
19 | ===bad=============== Coyote.friend <- Acme |
---|
20 | YAP query failed |
---|
21 | |
---|
22 | ===bad=============== Acme.buy_rockets <- Acme.preferred_customer |
---|
23 | fail, a.o <- b.o and a.r <- a.r query is not implemented yet !!! |
---|
Note: See
TracBrowser
for help on using the repository browser.