Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03b862ce authored by Amit Pundir's avatar Amit Pundir
Browse files

ANDROID: security: export security_path_chown()



Export security_path_chown() to fix sdcardfs kernel module build

Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 9de98f01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -492,6 +492,7 @@ int security_path_chown(struct path *path, kuid_t uid, kgid_t gid)
		return 0;
	return security_ops->path_chown(path, uid, gid);
}
EXPORT_SYMBOL(security_path_chown);

int security_path_chroot(struct path *path)
{