diff options
Diffstat (limited to 'security/selinux/hooks.c')
-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 4b34847208cc..eb5c307fcc9a 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -5704,7 +5704,7 @@ static void selinux_key_free(struct key *k) | |||
5704 | 5704 | ||
5705 | static int selinux_key_permission(key_ref_t key_ref, | 5705 | static int selinux_key_permission(key_ref_t key_ref, |
5706 | const struct cred *cred, | 5706 | const struct cred *cred, |
5707 | key_perm_t perm) | 5707 | unsigned perm) |
5708 | { | 5708 | { |
5709 | struct key *key; | 5709 | struct key *key; |
5710 | struct key_security_struct *ksec; | 5710 | struct key_security_struct *ksec; |