source: examples/python_tests/access_rt2/access.save @ 315ab8d

mei_rt2mei_rt2_fix_1
Last change on this file since 315ab8d 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
Line 
1
2...final principal set...
3(pAlpha,keyid,y)
4(pBob,keyid,y)
5(pJoe,keyid,y)
6
7...final policy attribute set...
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
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
19
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.