diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-10-03 12:34:13 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-10-04 13:43:10 +0200 |
commit | d4a2c432763b033acf7c94ee7e121aca5a3a4f10 (patch) | |
tree | e972628992c5f8a49ba3704c10ab9b1058c4c1b9 /README.md | |
parent | bf0edaecd3cbf088992ba4bae20d761cceeb1742 (diff) |
Improve library split parts
In prevision of further developments (like plugins)
the server is splitted in two parts: the server program
itself and the core library.
The client library is also splitted in two parts:
the compatibility part and the real client part.
Change-Id: Iaee93298d52eb825ad9aed5d2b3e74c2975b5950
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7fb662 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +<pre> + -++- + yyyyyy/ + .syyyyyyyys. + .s/` yyyyyyyyyyyy `/s. + `yyyo-yyyyyyyyyyyyyy oyyy. + oyyy-syyyyyo++oyyyyys-yyyo + ` syyy oyys/+sddy+/syyo yyys ` + -hh//yyo s/ohddddddho s oyy//hh- + ydddh+/+./hddddddddddh+.+/+hdddh + .` `ddddddh sdddddddddddddds hdddddd. `. + hddy.dddddd/sdddddddddddddddds dddddd.sddd + yddd/sddddd.dddddddddddddddddd.dddddy dddh + +dddy-ddddd yddddddddddddddddy ddddd yddd+ + `yddd+oddddy ddddddhhhhdddddd yddddo/dddh` + .yddd/oddds-+++++oooooo+++++-sdddo/dddy. + --++./s/+dddddddddddddddddd+/s/.++-- + /ddhy++dddddddddddddddddd+/yhdd+ + `+ydd-hddddddddddddddddh-hdy+` + `--` +ossyyyyyysso+ `--` + + + + -/++++/:`///// `////:-////. -////- ://- :///++//:` `///. + -oso:--:ss .+ss: /ss:``:ssss. `:ss:` :ssss. `/ss/-:oss. /ssso` + `sso` -- +ss.-ss- .ssoss- .ss. .ss-oso :ss- :ss- -ss-ss+ + -ss+ /ssss. .ss-/ss/-ss. `os/ -ss/ :sso+oso: .ss: :ss: + `sso +ss- .ss- :ssoss. +ssssssss- :ss:.+ss. ossssssss. + :sso:--:++ `+ss-` `-ss:` -ssss.`:ss/` `-sss-``/ss:` +ss-`.+ss-` `:sso. + `:/+o+/:` +++++- -++++: .+++`/++++- .+++++-/++++: `/++:+++++. -+++++. +</pre> + +# Cynara + +[Cynara][1] is fast, simple and safe permission database +service. +Functions of Cynara 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 cynara and plugins) + +## API Overview + +Please refer to a wiki page on [Cynara's API][2]. + +## Documentation + +Documentation is kept on [wiki][1]. + +## Repositories + +Cynara repositories are available on: +* GitHub - [samsung/Cynara][3] repository +* tizen.org - [platform/core/security/cynara][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 + +Cynara 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:Cynara +[2]: https://wiki.tizen.org/wiki/Security:Cynara:API +[3]: https://github.com/Samsung/cynara +[4]: https://review.tizen.org/gerrit/#/admin/projects/platform/core/security/cynara +[5]: https://www.apache.org/licenses/ |