mei_rt2mei_rt2_fix_1
Last change
on this file since 20eaefe was
f2d67a5,
checked in by Mei <mei@…>, 12 years ago
|
1) put back that yap info line in the saved example output
|
-
Property mode set to
100644
|
File size:
733 bytes
|
Line | |
---|
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 | |
---|
8 | ...final policy attribute set... |
---|
9 | pAlpha.access('Read','file//fileB') <- pBob |
---|
10 | pAlpha.access('Read',F:pAlpha.documents(P)) <- pAlpha.team(P) |
---|
11 | pAlpha.team('proj1') <- pBob |
---|
12 | pAlpha.documents('proj1') <- 'file//fileA' |
---|
13 | pAlpha.team('proj2') <- pJoe |
---|
14 | |
---|
15 | ===good============ Alpha.access(Read,fileA)<-?-Bob |
---|
16 | YAP query succeed |
---|
17 | pAlpha.access('Read',F:pAlpha.documents(P)) <- pAlpha.team(P) |
---|
18 | pAlpha.documents('proj1') <- 'file//fileA' |
---|
19 | pAlpha.team('proj1') <- pBob |
---|
20 | |
---|
21 | ===bad============ Alpha.access(Read,fileA)<-?-Joe |
---|
22 | YAP query failed |
---|
23 | |
---|
24 | ===good============ Alpha.team(proj2)<-?-Joe |
---|
25 | YAP query succeed |
---|
26 | pAlpha.team('proj2') <- pJoe |
---|
Note: See
TracBrowser
for help on using the repository browser.