KernelSU icon indicating copy to clipboard operation
KernelSU copied to clipboard

A Kernel based root solution for Android

Results 158 KernelSU issues
Sort by recently updated
recently updated
newest added

a small edit on module_overlay_fs_not_available, this is my suggestion : https://github.com/tiann/KernelSU/pull/182/commits/e6e7b50a1a0ba381988b3872bc38776e23eed7ce

On older kernel, kworker missing keyring from init process , and this keyring is related to FBE , which causes filp_open return ENOKEY or other errors.To fix this,just install init's...

while compiling fs/read_write.o: In function `vfs_read': /home/anurag/Desktop/android_kernal_SM-A107F/out/../fs/read_write.c:451: undefined reference to `ksu_vfs_read_hook' /home/anurag/Desktop/android_kernal_SM-A107F/toolchains/aarch64-linux-android-4.9/bin/aarch64-linux-android-ld: fs/read_write.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against external symbol `ksu_vfs_read_hook' can not be used when making a shared object; recompile with...

**阐述bug** ChromeOS上部分应用授权后实际上无法使用root权限,adb shell无法获取root权限 **复现步骤** 1.在ChromeOS安装KernelSU https://www.reddit.com/r/chromeos/comments/14bwi9r/tutorial_root_your_chromeos_android_subsystem/ 2.为应用授权,但发现部分应用授权后实际上没有root权限 **预期行为** 所有应用都能正常授权 **截图** ![photo_2023-06-20_17-39-55](https://github.com/tiann/KernelSU/assets/64072399/e49a1de8-4f84-4239-8450-3b7baf567a0a) **设备信息 :** - Device: x86_64 Desktop - OS: ChromeOS(brunch) - Version: chromeos_15393.58.0_volteer|brunch_r113_stable_20230603 - KernelSU Version: https://github.com/tiann/KernelSU/commit/9b2f907a4848786b10cb37bf592c7905e3d87e02 https://github.com/tiann/KernelSU/actions/runs/5318075425 **日志** [KernelSU_bugreport_2023-06-20_17_34.tar.gz](https://github.com/tiann/KernelSU/files/11798785/KernelSU_bugreport_2023-06-20_17_34.tar.gz)

Should obtaining `api_id` and `api_hash` from https://core.telegram.org/api/obtaining_api_id then create secrets `API_ID` and `API_HASH` first.

**Describe the bug** as i said in https://github.com/tiann/KernelSU/issues/276#issuecomment-1463832922 . after enable [this](https://github.com/tiann/KernelSU/pull/205) workaround manually. i got a oops when trying to load allow list **To Reproduce** Steps to reproduce the...