summaryrefslogtreecommitdiff
path: root/lib/libkeynote/testsuite/test-assertion2
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-05-23 22:11:10 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-05-23 22:11:10 +0000
commitdbaaafa705ca548059aac958082776f219b2daef (patch)
treee6e62c393c7d7a9d42f10a0efc315995b73d3ca8 /lib/libkeynote/testsuite/test-assertion2
parentc0c2076f62b1c430c14737fbd3d8896a37bd2f6b (diff)
KeyNote version 2 trust-management system (security policy handling).
Utilities to follow.
Diffstat (limited to 'lib/libkeynote/testsuite/test-assertion2')
-rw-r--r--lib/libkeynote/testsuite/test-assertion27
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libkeynote/testsuite/test-assertion2 b/lib/libkeynote/testsuite/test-assertion2
new file mode 100644
index 00000000000..66e6d8714ab
--- /dev/null
+++ b/lib/libkeynote/testsuite/test-assertion2
@@ -0,0 +1,7 @@
+keynote-version: 2
+Comment: this policy will be false
+authorizer: "POLICY"
+licensees: "Key10"
+conditions: app_domain == "testing" && request == "test" &&
+ variable == "no" -> "true";
+ true -> "false";