summaryrefslogtreecommitdiff
path: root/ext4_utils/key_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext4_utils/key_control.h')
-rw-r--r--ext4_utils/key_control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext4_utils/key_control.h b/ext4_utils/key_control.h
index 8e6e32ba..bbf0acec 100644
--- a/ext4_utils/key_control.h
+++ b/ext4_utils/key_control.h
@@ -21,6 +21,8 @@ key_serial_t add_key(const char *type,
size_t plen,
key_serial_t ringid);
+long keyctl_revoke(key_serial_t id);
+
long keyctl_setperm(key_serial_t id, int permissions);
long keyctl_search(key_serial_t ringid, const char *type,