diff options
-rw-r--r-- | include/linux/security.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index f4eb32d5b890..10a09257952b 100644 --- a/include/linux/security.h +++ b/include/linux/security.h | |||
@@ -2988,7 +2988,10 @@ static inline int security_key_getsecurity(struct key *key, char **_buffer) | |||
2988 | 2988 | ||
2989 | static inline int security_key_session_to_parent(const struct cred *cred, | 2989 | static inline int security_key_session_to_parent(const struct cred *cred, |
2990 | const struct cred *parent_cred, | 2990 | const struct cred *parent_cred, |
2991 | struct key *key); | 2991 | struct key *key) |
2992 | { | ||
2993 | return 0; | ||
2994 | } | ||
2992 | 2995 | ||
2993 | #endif | 2996 | #endif |
2994 | #endif /* CONFIG_KEYS */ | 2997 | #endif /* CONFIG_KEYS */ |