ANDROID: export security_path_chown
authorDaniel Rosenberg <drosen@google.com>
Fri, 10 Feb 2017 03:38:57 +0000 (19:38 -0800)
committerDaniel 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

index 1cd8526cb0b775647fe567a6910cc7b811cff21a..264a5e5a0595eda46e846ce1430b79f43eec008f 100644 (file)
@@ -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)
 {