From 2ceaf3da5fd3702d738cda28a5f91fd88487f1f5 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Sun, 13 Jun 2021 18:15:14 +0200 Subject: [PATCH] Fix minor factual error regarding LunaDownloadMgr permissions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8bbceb..b2c7256 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ capabilities. Part of the bus is marked as "private", which is only accessible by certain system applications, while most of the other calls are "public" and can be accessed by all apps. -Unexpectedly, one of the "public" services exposed on a bus is "LunaDownloadMgr" +Unexpectedly, one of the internal services exposed on a bus is "LunaDownloadMgr" which provides a convenient API for file download, progress tracking, etc... Said service has been researched in the past and an identity confusion bug leading to an arbitrary unjailed root file write vulnerability has been