blob: 9c04044e5f0550f97392c9bde5ac4df8e8e071d7 (
plain)
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
|
<pre>
____ __ __ _ _ _ ____ ___ ____ _
/ ___| \ \ / / | \ | | / \ / ___| / _ \ | _ \ / \
| | \ V / | \| | / _ \ | | _ | | | | | |_) | / _ \
| |___ | | | |\ | / ___ \ | |_| | | |_| | | _ < / ___ \
\____| |_| |_| \_| /_/ \_\ \____| \___/ |_| \_\ /_/ \_\
</pre>
# Cynagora
[Cynagora][1] is fast, simple and safe permission database
service.
Functions of Cynagora are:
* checking access for certain permission
* holding permission database
* simple, single function API - for checking permissions
* thin client library - to make access control even more simple
* ability to use external agent
(in case of policies that can't be full processed in cynagora and plugins)
## API Overview
Please refer to a wiki page on [Cynagora's API][2].
## Documentation
Documentation is kept on [wiki][1].
## Repositories
Cynagora repositories are available on:
* GitHub - [samsung/Cynagora][3] repository
* tizen.org - [platform/core/security/cynagora][4] repository - requires account on tizen.org
## Contact information
| Name | E-mail | Function |
|----------------------|----------------------------------|------------|
| Ćukasz Wojciechowski | l.wojciechow@partner.samsung.com | Maintainer |
| Aleksander Zdyb | a.zdyb@samsung.com | Integrator |
## License
Cynagora is licensed under a Apache License Version 2.0, January 2004.
Available on Apache [website][5] or in LICENSE file.
[1]: https://wiki.tizen.org/wiki/Security:Cynagora
[2]: https://wiki.tizen.org/wiki/Security:Cynagora:API
[3]: https://github.com/Samsung/cynagora
[4]: https://review.tizen.org/gerrit/#/admin/projects/platform/core/security/cynagora
[5]: https://www.apache.org/licenses/
|