source: examples/python_tests/partial_proof_rt0/rocket.save @ 212e99f

mei_rt2mei_rt2_fix_1 libabac-0.2.2apre-partial
Last change on this file since 212e99f was a7f03f3, checked in by Mei <mei@…>, 12 years ago

1) add the new yap porting directory and some of code
2) add parital proof test code

  • Property mode set to 100644
File size: 758 bytes
Line 
1
2...final principal set...
3(pAcme,keyid,y)
4(pCoyote,keyid,y)
5(pLadybug,keyid,y)
6(pOsh,keyid,y)
7
8...final policy attribute set...
9pAcme.buy_flowers <- pAcme.green_thumb
10pAcme.buy_rockets <- pAcme.preferred_customer
11pAcme.green_thumb <- pLadybug
12pAcme.preferred_customer <- pCoyote
13pOsh.buy_rockets <- pOsh.preferred_customer
14pOsh.preferred_customer <- pCoyote
15pOsh.preferred_customer <- pLadybug
16
17===good============ Acme.buy_rockets <- Coyote
18YAP query succeed
19pAcme.buy_rockets <- pAcme.preferred_customer
20pAcme.preferred_customer <- pCoyote
21
22===bad============ Acme.buy_rockets <- Ladybug
23YAP query failed
24
25===good============ Osh.buy_rockets <- Ladybug
26YAP query succeed
27pOsh.buy_rockets <- pOsh.preferred_customer
28pOsh.preferred_customer <- pLadybug
Note: See TracBrowser for help on using the repository browser.