diff options
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 869c2f1e0da1..6ab22720c277 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -5719,7 +5719,7 @@ static void selinux_key_free(struct key *k) | |||
5719 | 5719 | ||
5720 | static int selinux_key_permission(key_ref_t key_ref, | 5720 | static int selinux_key_permission(key_ref_t key_ref, |
5721 | const struct cred *cred, | 5721 | const struct cred *cred, |
5722 | key_perm_t perm) | 5722 | unsigned perm) |
5723 | { | 5723 | { |
5724 | struct key *key; | 5724 | struct key *key; |
5725 | struct key_security_struct *ksec; | 5725 | struct key_security_struct *ksec; |