v30.6Android
Magisk v30.6
Added 4
- Support installing Magisk into vendor_boot partition
- Add ability to restrict Linux capabilities even if running as root
- Fallback to older implementation when the kernel doesn't support zero userspace copy APIs
- Support new sepolicy binary format introduced in Android 16 QPR2
Changed 3
- Migrate a significant portion of the codebase to Rust
- Improve Magisk specific files injection logic
- Reduce property modification traces
Fixed 3
- Revert a change that could result in bootloops
- Various minor bug fixes
- Properly support Android versions with property overrides
Hotfix
- [MagiskInit] Revert a change that could result in bootloops
v30.5 Changelog
- [General] Migrate a significant portion of the codebase to Rust
- [General] Various minor bug fixes
- [General] Support installing Magisk into vendor_boot partition
- [Core] Improve Magisk specific files injection logic
- [MagiskSU] Add ability to restrict Linux capabilities even if running as root (uid=0)
- [MagiskSU] Fallback to older implementation when the kernel doesn't support zero userspace copy APIs
- [MagiskPolicy] Support new sepolicy binary format introduced in Android 16 QPR2
- [resetprop] Reduce property modification traces
- [resetprop] Properly support Android versions with property overrides