-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
54 lines (42 loc) · 1.92 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Soutei, a logic-based trust-management system
Andrew Pimlott and Oleg Kiselyov
Soutei is a trust-management system, a dialect of Binder, for access
control in distributed systems. Soutei policies and credentials are
written in a declarative logic-based security language and thus
constitute distributed logic programs. Soutei policies are modular,
concise, and readable. They support policy verification, and, despite
the simplicity of the language, express role- and attribute-based
access control lists, and conditional delegation.
Documentation:
- Andrew Pimlott and Oleg Kiselyov:
Soutei, a logic-based trust-management system (system description)
The paper presented at FLOPS 2006, 8th International Symposium on
Functional and Logic Programming. Fuji-Susono, Japan, April 24-26, 2006.
The paper is published in Springer's Lecture Notes in Computer Science 3945,
pp. 130-145, 2006.
http://dx.doi.org/10.1007/11737414
http://okmij.org/ftp/papers/Soutei.pdf
- Specification, use cases and design notes
http://soutei.sf.net/doc/
The source code is under GPL 2 license.
MANIFEST
Soutei/ The Soutei library (The Soutei `package')
Sample Soutei applications
soutei-server.hs Soutei TCP server
soutei-cli.hs A bare-bone client for the soutei-server
(useful for testing)
Demonstrations
demo/rbac/ Modelling access control lists and role-based
access control in Soutei
See the Soutei paper, section `Soutei by example'
demo/rbac/run-test.sh The file to run the tests
demo/rbac/demo/rbac/system The system policy
demo/rbac/demo/rbac/local/assertions/ Other policies (HR, app-owner, etc)
demo/metcast-channels/ Extensive regression test suite for Soutei along
the lines of an actual demonstration,
given in June 2005.
See Section `A real-life use case' in the Soutei
paper.
demo/metcast-channels/Makefile do make test
demo/metcast-channels/doc/ The slides of the test and the presentation
script