diff options
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/security.c b/security/security.c index 68f46d849abe..c2de2f134854 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -1056,6 +1056,11 @@ int security_kernel_post_read_file(struct file *file, char *buf, loff_t size, | |||
1056 | } | 1056 | } |
1057 | EXPORT_SYMBOL_GPL(security_kernel_post_read_file); | 1057 | EXPORT_SYMBOL_GPL(security_kernel_post_read_file); |
1058 | 1058 | ||
1059 | int security_kernel_load_data(enum kernel_load_data_id id) | ||
1060 | { | ||
1061 | return call_int_hook(kernel_load_data, 0, id); | ||
1062 | } | ||
1063 | |||
1059 | int security_task_fix_setuid(struct cred *new, const struct cred *old, | 1064 | int security_task_fix_setuid(struct cred *new, const struct cred *old, |
1060 | int flags) | 1065 | int flags) |
1061 | { | 1066 | { |