source: fedd/abac-src/ttg/trust/SimpleTTNode.notes @ 181cf9c

axis_examplecompt_changesinfo-opsversion-2.00version-3.01version-3.02
Last change on this file since 181cf9c 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.