summaryrefslogtreecommitdiff
path: root/version.lds
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-03-11 01:00:29 +0000
committerDavid Howells <dhowells@redhat.com>2011-03-11 01:00:29 +0000
commite911809f13477b5b2df2a79ff535859a0a054f8b (patch)
tree7f0ea3fa6e03711e58a7a9be2f43f9fcf6a437cd /version.lds
parentd09ebcd5440332ccdc88192a02082d9f333244cf (diff)
downloadkeyutils-e911809f13477b5b2df2a79ff535859a0a054f8b.tar.gz
Lib: Support keyctl(KEYCTL_INSTANTIATE_IOV)
Support the keyctl op to instantiate a key from payload data in an iovec rather than a flat buffer, providing it as keyctl_instantiate_iov(). Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'version.lds')
-rw-r--r--version.lds1
1 files changed, 1 insertions, 0 deletions
diff --git a/version.lds b/version.lds
index cd19814..7813f61 100644
--- a/version.lds
+++ b/version.lds
@@ -44,5 +44,6 @@ KEYUTILS_1.3 {
KEYUTILS_1.4 {
/* management functions */
keyctl_reject;
+ keyctl_instantiate_iov;
} KEYUTILS_1.3;