manager: use SuFile to load webview assets to avoid spoofing manager's mount namespace

This commit is contained in:
weishu
2024-02-23 18:03:36 +08:00
parent cbc04ff6df
commit 9635a00036
7 changed files with 541 additions and 207 deletions

View File

@@ -45,6 +45,7 @@ com-google-accompanist-webview = { group = "com.google.accompanist", name = "acc
com-github-topjohnwu-libsu-core = { group = "com.github.topjohnwu.libsu", name = "core", version.ref = "libsu" }
com-github-topjohnwu-libsu-service = { group = "com.github.topjohnwu.libsu", name = "service", version.ref = "libsu" }
com-github-topjohnwu-libsu-io= { group = "com.github.topjohnwu.libsu", name = "io", version.ref = "libsu" }
dev-rikka-rikkax-parcelablelist = { module = "dev.rikka.rikkax.parcelablelist:parcelablelist", version = "2.0.1" }