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 dc7660074b99..5feecb41009d 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -3329,7 +3329,7 @@ static int selinux_kernel_create_files_as(struct cred *new, struct inode *inode) | |||
3329 | 3329 | ||
3330 | if (ret == 0) | 3330 | if (ret == 0) |
3331 | tsec->create_sid = isec->sid; | 3331 | tsec->create_sid = isec->sid; |
3332 | return 0; | 3332 | return ret; |
3333 | } | 3333 | } |
3334 | 3334 | ||
3335 | static int selinux_kernel_module_request(char *kmod_name) | 3335 | static int selinux_kernel_module_request(char *kmod_name) |