source: examples/python_tests/acme_rockets_rt0/rocket.save @ 08c8a53

mei_rt2mei_rt2_fix_1
Last change on this file since 08c8a53 was f824a9e, checked in by Mei <mei@…>, 12 years ago

1) add more doc to python_tests

  • Property mode set to 100644
File size: 678 bytes
Line 
1% Restoring file /usr/local/lib/Yap/startup.yss
2
3...final principal set...
4(pAcme,keyid,y)
5(pCoyote,keyid,y)
6
7...final policy attribute set...
8pAcme.buy_rockets <- pAcme.preferred_customer
9pAcme.preferred_customer <- pCoyote
10
11===good============ Acme.preferred_customer <- Coyote
12YAP query succeed
13pAcme.preferred_customer <- pCoyote
14
15===good============ Acme.buy_rockets <- Coyote
16YAP query succeed
17pAcme.buy_rockets <- pAcme.preferred_customer
18pAcme.preferred_customer <- pCoyote
19
20===bad=============== Coyote.friend <- Acme
21YAP query failed
22
23===bad=============== Acme.buy_rockets <- Acme.preferred_customer
24fail, a.o <- b.o and a.r <- a.r query is not implemented yet !!!
Note: See TracBrowser for help on using the repository browser.