commit | 51bd1acbcf0630a0ce47d4fa26ab374bd49a66d2 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Mar 10 13:14:11 2014 +0000 |
committer | David Howells <dhowells@redhat.com> | Mon Mar 10 13:14:11 2014 +0000 |
tree | 7cf4d998b8de093c479f6bb07a30fdca4451c2eb | |
parent | 2c8f6c0b35aece330356717907a26bd45fb2e354 [diff] |
Add support for keyctl_alter() Add support for keyctl_alter() in the library: long keyctl_alter(key_serial_t id, const char *command, const void *data, size_t data_size); and expose this through the keyctl command: keyctl alter <key> <type> <command> [<data>] echo <data> | keyctl palter <key> <type> <command> Signed-off-by: David Howells <dhowells@redhat.com>