source: fedd/abac-src/ttg/trust/SimpleTTNode.notes @ 3cbf9eb

version-1.30
Last change on this file since 3cbf9eb was 8780cbec, checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago

ABAC sources from Cobham

  • Property mode set to 100644
File size: 260 bytes
Line 
1// rule 3
2if ackchild is satisfied {
3  if cred doesn't exist {
4    mark node processed
5  } else {
6    if eAC = AC[cred] != null {
7      get ACchild
8      if ACchild is satisfied {
9        add implication child
10        mark node processed
11      }
12    }
13  }
Note: See TracBrowser for help on using the repository browser.