whatawurst / android_kernel_sony_msm8998

LineageOS Kernel Tree for Sony Xperia XZ Premium, XZ1 and XZ1 Compact
Other
40 stars 73 forks source link

Kernel erroneously hides magisk su file #92

Closed second2050 closed 1 year ago

second2050 commented 1 year ago

This kernel seems to hide the su binary after some time which makes Magisk 26.1 show installed: N/A which makes it unusable. Switching to the root user then only works when calling the magisk binary with the parameter su until the device is rebooted.

This seems to be caused by the commit 9a2b419da802255fe5d23cd794c0c97200566c4c, according to this, which was reverted in at least one instance by the LineageOS team in one of their repos here LineageOS/android_kernel_motorola_msm8998@ebe85fff23128cc570d4c5c60decf30fbe129bc1

derfelot commented 1 year ago

Thanks, I am aware of it. It's already on the list.

derfelot commented 1 year ago

This PR should fix it: https://github.com/whatawurst/android_kernel_sony_msm8998/pull/93

Going to make a kernel test build before merging it