Commit Graph
9 Commits
Author SHA1 Message Date
Wang HanandJohn Wu 250dc16007 Fix post-fs-data blocking time in doc
https://github.com/topjohnwu/Magisk/commit/f7d3d1eeaffd6ace0b7c3c654bbd389575126f3c.
2024-09-17 01:28:01 -07:00
Wang HanandJohn Wu 7af273e047 Don't append "start logd" in post-fs-data
This was first done in b13eb3f because magiskd was started in
post-fs stage that time. Among all android versions, logd was all
started before post-fs-data.
2024-09-16 00:30:36 -07:00
Wang HanandJohn Wu c2eb603957 Require GMS to be system app
Fixes https://github.com/topjohnwu/Magisk/issues/8279.
2024-08-20 10:36:14 -07:00
Wang HanandJohn Wu b11b81122a Tighten rules for tmpfs file
Before magiskd is executed, all files in magisk tmpfs still shares
tmpfs label. This commit tightens the rule to only allow init, zygote
and shell to access magisk tmpfs files. Zygotes rules is needed
because lower Android versions don't have rule for zygote itself
using memfd even memfd is supported in kernel.
2024-07-08 12:06:49 -07:00
Wang HanandJohn Wu 648e3ee36b Update build.yml 2024-07-08 12:02:51 -07:00
Wang HanandJohn Wu 4a2a37c87a Catch PendingIntent.CanceledException caused by send()
Accidentally changed in 050a073.
2024-07-02 14:24:27 -07:00
Wang HanandJohn Wu 7c8cdb4ad6 Set default visibility of restart button to GONE
This fixes the issue that button still shows when installation fails.
2024-07-01 14:50:34 -07:00
Wang HanandJohn Wu bd7f9c9e46 Unset FLAG_ACTIVITY_NO_HISTORY for SuRequestActivity
This fixes device credential confirm activity on OnePlus devices
because SuRequestActivity is accidentally finished before a valid
response is delivered to it.
2024-07-01 14:50:09 -07:00
Wang HanandGitHub c194168d9b Fix item match when extracting lib from stub
Close #8083.
2024-06-29 22:14:24 -07:00