source: examples/python_tests/file_read_rt2/file.save @ bf68132

mei_rt2mei_rt2_fix_1
Last change on this file since bf68132 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: 513 bytes
Line 
1
2...final principal set...
3(pAlpha,keyid,y)
4(pBob,keyid,y)
5(pJoe,keyid,y)
6(pMaryann,keyid,y)
7
8...final policy attribute set...
9pAlpha.managerOf(pJoe) <- pBob
10pAlpha.ownerOf('file://fileA') <- pJoe
11pAlpha.read(F) <- pAlpha.managerOf(E:pAlpha.ownerOf(F))
12
13===good============ alpha.read(fileA) <- Bob
14YAP query succeed
15pAlpha.read(F) <- pAlpha.managerOf(E:pAlpha.ownerOf(F))
16pAlpha.ownerOf('file://fileA') <- pJoe
17pAlpha.managerOf(pJoe) <- pBob
18
19===bad============ alpha.read(fileA) <- Maryann
20YAP query failed
Note: See TracBrowser for help on using the repository browser.