diff options
Diffstat (limited to 'security/keys/keyctl.c')
-rw-r--r-- | security/keys/keyctl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/keys/keyctl.c b/security/keys/keyctl.c index 33cfd27b4de2..cee72ce64222 100644 --- a/security/keys/keyctl.c +++ b/security/keys/keyctl.c | |||
@@ -1667,6 +1667,9 @@ SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, | |||
1667 | case KEYCTL_INVALIDATE: | 1667 | case KEYCTL_INVALIDATE: |
1668 | return keyctl_invalidate_key((key_serial_t) arg2); | 1668 | return keyctl_invalidate_key((key_serial_t) arg2); |
1669 | 1669 | ||
1670 | case KEYCTL_GET_PERSISTENT: | ||
1671 | return keyctl_get_persistent((uid_t)arg2, (key_serial_t)arg3); | ||
1672 | |||
1670 | default: | 1673 | default: |
1671 | return -EOPNOTSUPP; | 1674 | return -EOPNOTSUPP; |
1672 | } | 1675 | } |