SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0
authorDavid Howells <dhowells@redhat.com>
Fri, 26 Feb 2010 01:56:16 +0000 (01:56 +0000)
committerJames Morris <jmorris@namei.org>
Fri, 26 Feb 2010 03:54:23 +0000 (14:54 +1100)
commitef57471a73b67a7b65fd8708fd55c77cb7c619af
tree0cb8f8dea197999d79bf69d192719be69cd36244
parent1fcdc7c527010b144d3951f9ce25faedf264933c
SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0

Make selinux_kernel_create_files_as() return an error when it gets one, rather
than unconditionally returning 0.

Without this, cachefiles doesn't return an error if the SELinux policy doesn't
let it create files with the label of the directory at the base of the cache.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/hooks.c