mei_rt2mei_rt2_fix_1
Last change
on this file since 8798f04 was
f824a9e,
checked in by Mei <mei@…>, 12 years ago
|
1) add more doc to python_tests
|
-
Property mode set to
100644
|
File size:
561 bytes
|
Rev | Line | |
---|
[5f551d3] | 1 | % Restoring file /usr/local/lib/Yap/startup.yss |
---|
| 2 | |
---|
| 3 | ...final principal set... |
---|
| 4 | (pAlpha,keyid,y) |
---|
| 5 | (pBob,keyid,y) |
---|
| 6 | (pJoe,keyid,y) |
---|
| 7 | (pMaryann,keyid,y) |
---|
| 8 | |
---|
| 9 | ...final policy attribute set... |
---|
| 10 | pAlpha.managerOf(pJoe) <- pBob |
---|
| 11 | pAlpha.ownerOf('file://fileA') <- pJoe |
---|
| 12 | pAlpha.read(F) <- pAlpha.managerOf(E:pAlpha.ownerOf(F)) |
---|
| 13 | |
---|
[f824a9e] | 14 | ===good============ alpha.read(fileA) <- Bob |
---|
| 15 | YAP query succeed |
---|
| 16 | pAlpha.read(F) <- pAlpha.managerOf(E:pAlpha.ownerOf(F)) |
---|
| 17 | pAlpha.ownerOf('file://fileA') <- pJoe |
---|
| 18 | pAlpha.managerOf(pJoe) <- pBob |
---|
[5f551d3] | 19 | |
---|
[f824a9e] | 20 | ===bad============ alpha.read(fileA) <- Maryann |
---|
| 21 | YAP query failed |
---|
Note: See
TracBrowser
for help on using the repository browser.