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

Commit 11fac3ae authored by Daniel Rosenberg's avatar Daniel Rosenberg
Browse files

ANDROID: export security_path_chown



BUG: 35142419
Change-Id: I05a9430a3c1bc624e019055175ad377290b4e774
Signed-off-by: default avatarDaniel Rosenberg <drosen@google.com>
parent d9aa8ddc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{