aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/keys/compat.c')
-rw-r--r--security/keys/compat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/keys/compat.c b/security/keys/compat.c
index 07a5f35e3970..17c99d0149ec 100644
--- a/security/keys/compat.c
+++ b/security/keys/compat.c
@@ -85,6 +85,9 @@ asmlinkage long compat_sys_keyctl(u32 option,
85 case KEYCTL_SESSION_TO_PARENT: 85 case KEYCTL_SESSION_TO_PARENT:
86 return keyctl_session_to_parent(); 86 return keyctl_session_to_parent();
87 87
88 case KEYCTL_REJECT:
89 return keyctl_reject_key(arg2, arg3, arg4, arg5);
90
88 default: 91 default:
89 return -EOPNOTSUPP; 92 return -EOPNOTSUPP;
90 } 93 }