projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c72cab
)
ANDROID: export security_path_chown
author
Daniel Rosenberg
<drosen@google.com>
Fri, 10 Feb 2017 03:38:57 +0000
(19:38 -0800)
committer
Daniel Rosenberg
<drosen@google.com>
Tue, 30 Jan 2018 03:40:12 +0000
(19:40 -0800)
Signed-off-by: Daniel Rosenberg <drosen@google.com>
BUG:
35142419
Change-Id: I05a9430a3c1bc624e019055175ad377290b4e774
security/security.c
patch
|
blob
|
blame
|
history
diff --git
a/security/security.c
b/security/security.c
index 1cd8526cb0b775647fe567a6910cc7b811cff21a..264a5e5a0595eda46e846ce1430b79f43eec008f 100644
(file)
--- a/
security/security.c
+++ b/
security/security.c
@@
-596,6
+596,7
@@
int security_path_chown(const struct path *path, kuid_t uid, kgid_t gid)
return 0;
return call_int_hook(path_chown, 0, path, uid, gid);
}
+EXPORT_SYMBOL(security_path_chown);
int security_path_chroot(const struct path *path)
{