source: examples/passphrase_tests/python/acme_rockets_rt0/rocket.save @ 08b8da7

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

1) modified code all around to add support for encrypted private key for

ID credential

2) add new abac_key_t structure (abac_key.c)
3) add new keycheck option to creddy
4) add 2 new test suites

  • 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.