source: examples/python_tests/access_rt2/access.save @ 09496b3

mei_rt2mei_rt2_fix_1
Last change on this file since 09496b3 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: 685 bytes
RevLine 
[5110d42]1
[7211a95]2...final principal set...
[5d06689]3(pAlpha,keyid,y)
4(pBob,keyid,y)
5(pJoe,keyid,y)
6
[7211a95]7...final policy attribute set...
[5d06689]8pAlpha.access('Read','file//fileB') <- pBob
9pAlpha.access('Read',F:pAlpha.documents(P)) <- pAlpha.team(P)
10pAlpha.team('proj1') <- pBob
11pAlpha.documents('proj1') <- 'file//fileA'
12pAlpha.team('proj2') <- pJoe
13
[f824a9e]14===good============ Alpha.access(Read,fileA)<-?-Bob
15YAP query succeed
16pAlpha.access('Read',F:pAlpha.documents(P)) <- pAlpha.team(P)
17pAlpha.documents('proj1') <- 'file//fileA'
18pAlpha.team('proj1') <- pBob
[5d06689]19
[f824a9e]20===bad============ Alpha.access(Read,fileA)<-?-Joe
21YAP query failed
22
23===good============ Alpha.team(proj2)<-?-Joe
24YAP query succeed
25pAlpha.team('proj2') <- pJoe
Note: See TracBrowser for help on using the repository browser.