|
1 |
| -## R65976974-kitsune (26404) |
| 1 | +## R659E930C-kitsune (26404) |
2 | 2 |
|
3 |
| -- [Module] Fix symlink is mistakely marked as whiteout for systemless deteting, which cause symlink fails to be added to system. This problem exists from the first day of kitsune and no one reports 😑, also there are not much modules that replace/add symlinks. Please update to this version to solve the symlink problem. |
| 3 | +- Update resetprop to avoid increasing serial counter |
| 4 | +- Mounting module files to system no longer need mirrors |
| 5 | +- Add biometric authentication back |
| 6 | +- Check full path of `init.rc` |
| 7 | +- Grant root to shell by default (for debug build) |
4 | 8 |
|
5 | 9 | If you want to read changelog of previous builds, please visit [Release page](https://github.com/HuskyDG/magisk-files/releases)
|
6 | 10 |
|
7 | 11 | ### Diffs to official Magisk
|
8 | 12 |
|
| 13 | +Kitsune 26404+ has changed the mounting `su` location from `/system/bin` to `/apex/com.android.runtime/bin`. This is to reduce bind mount. For most apps (that don't change/hardcode `PATH` variable), this change should not break anything. An known app is Termux which hardcode `PATH` might fail to locate `su`, you can call `/debug_ramdisk/su`. |
| 14 | + |
9 | 15 | - [App] Added a new feature to install Magisk into `/system` partition for emulators that do not have a boot image.
|
10 | 16 | - [Zygisk] Changed the method of loading Zygisk to ptrace init implementation (required Android 8+). The implementation comes from [ZygiskNext](https://github.com/Dr-TSNG/ZygiskNext). This method does not need to change any property and is more compatible with some emulators that ignore `ro.dalvik.vm.native.bridge` property.
|
11 |
| -- [General] Enhanced the support for mounting in pre-init for modules. This enables modules to modify the system before the init process starts, which can be useful for some advanced use cases. |
12 |
| -- [General] Implemented a new feature to support deleting file by using indicated whiteout character device, similar to `overlayfs`. This allows modules to delete files from the original system without actually modifying it. |
| 17 | +- [General] Support for mounting in pre-init for modules. |
| 18 | +- [General] Support deleting file by using indicated whiteout character device, similar to `overlayfs` |
13 | 19 | - [Zygisk] Added support for GrepheneOS Android 14, a privacy and security focused mobile OS with Android app compatibility. This is because the official Magisk does not support it.
|
14 | 20 | - [General] Restored support for devices with no selinux support, which was removed by the official Magisk. This allows users to use Magisk on devices that do not have selinux enabled in kernel.
|
15 |
| -- [General] Change the mounting `su` location from `/system/bin` to `/apex/com.android.runtime/bin`. This is to reduce bind mount. For most apps (that don't change/hardcode `PATH` variable), this change should not break anything. An known app is Termux which hardcode `PATH` might fail to locate `su`, you can call `/debug_ramdisk/su`. |
16 |
| -- [Module] Cancel the writable exception for `/system/etc/hosts`. Please write to safely place `/data/adb/modules/hosts/system/etc/hosts` (built-in hosts) instead. App like Adaway might not work. |
| 21 | +- [Module] Cancel the writable exception for `/system/etc/hosts` |
| 22 | +- [General] Update resetprop to avoid increasing serial counter |
| 23 | +- [Module] Mounting module files to system no longer need mirrors |
| 24 | +- [App] Add biometric authentication back |
| 25 | +- [General] Check full path of `init.rc` |
| 26 | +- [General] Grant root to shell by default (for debug build) |
17 | 27 |
|
18 | 28 | ### Magisk upstream level
|
19 | 29 |
|
|
0 commit comments