mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ANDROID: security: export security_path_chown()
Export security_path_chown() to fix sdcardfs kernel module build Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
This commit is contained in:
@@ -498,6 +498,7 @@ int security_path_chown(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(struct path *path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user