projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3963ce2
)
lsm: make security_file_receive available for external modules
20/41220/7
author
Karol Lewandowski
<k.lewandowsk@samsung.com>
Thu, 20 Feb 2014 16:54:38 +0000
(17:54 +0100)
committer
Marek Szyprowski
<m.szyprowski@samsung.com>
Fri, 18 Sep 2015 11:01:25 +0000
(
04:01
-0700)
This is required for using filedesc related LSM hooks in kdbus code
if it is built as a module.
Change-Id: I980b1938756761b260f88037e1073b26574bb37e
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
security/security.c
patch
|
blob
|
history
diff --git
a/security/security.c
b/security/security.c
index e81d5bbe7363fc689199ea8db3a1a5fdc3e720e4..4d647c78ac6cad8ff1307b77e90bd3bd36c99a82 100644
(file)
--- a/
security/security.c
+++ b/
security/security.c
@@
-812,6
+812,7
@@
int security_file_receive(struct file *file)
{
return security_ops->file_receive(file);
}
+EXPORT_SYMBOL(security_file_receive);
int security_file_open(struct file *file, const struct cred *cred)
{