Commit 046a659
committed
fix: root-related mounts leak when using with Magisk
This commit fixes an issue where using ReZygisk together with Magisk could lead to root-related mounts being leaked, when using modules that mount to partitions such as "/system". This happens because Magisk sets the source of some of its mounts to "worker", which wasn't previously recognized. With that it also removes the whitelist for some "/system" mounts to not be umounted.1 parent 6b92907 commit 046a659
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
| 663 | + | |
671 | 664 | | |
672 | 665 | | |
673 | 666 | | |
| |||
0 commit comments