diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-01-03 06:52:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 07:12:22 +0700 |
commit | 2ca53b9427ed046492b3b6640765d583e980967b (patch) | |
tree | 7055fc29d6fb5bdbf03dc62bfcdcc27b5a8ce471 /python/python-keyutils/README | |
parent | 0692437a1c4519fb27f59a3b47ad4c265b55a51d (diff) |
python/python-keyutils: Added (keyutils bindings for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-keyutils/README')
-rw-r--r-- | python/python-keyutils/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python-keyutils/README b/python/python-keyutils/README new file mode 100644 index 000000000000..4ec1441822ad --- /dev/null +++ b/python/python-keyutils/README @@ -0,0 +1,5 @@ +python-keyutils is a set of python bindings for keyutils +(available from http://people.redhat.com/~dhowells/keyutils), +a key management suite that leverages the infrastructure +provided by the Linux kernel for safely storing and retrieving +sensitive infromation in your programs. |