diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-23 22:11:10 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-05-23 22:11:10 +0000 |
commit | dbaaafa705ca548059aac958082776f219b2daef (patch) | |
tree | e6e62c393c7d7a9d42f10a0efc315995b73d3ca8 /lib/libkeynote/testsuite/test-assertion3 | |
parent | c0c2076f62b1c430c14737fbd3d8896a37bd2f6b (diff) |
KeyNote version 2 trust-management system (security policy handling).
Utilities to follow.
Diffstat (limited to 'lib/libkeynote/testsuite/test-assertion3')
-rw-r--r-- | lib/libkeynote/testsuite/test-assertion3 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libkeynote/testsuite/test-assertion3 b/lib/libkeynote/testsuite/test-assertion3 new file mode 100644 index 00000000000..ac7a200e9a0 --- /dev/null +++ b/lib/libkeynote/testsuite/test-assertion3 @@ -0,0 +1,8 @@ +keynote-version: 2 +authorizer: "Key3" +# This assertion will return "true" +licensees: 2-of("Key5", "Key6", "Key7", "KeyE") +conditions: app_domain == "testing" && request == "test" && + foo == "bar" && $("foo") == "bar" && + $(foo) == "xyz" && $foo == "xyz" && $$foo == "qua" && + variable == "yes" -> "true"; |