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

**Is your feature request related to a problem? Please describe.** Modules developed by developers cannot be updated online through the manager **Describe the solution you'd like** Like Magisk Manager, it...

**Describe the bug** 在ksu下zram writeback失效 同内核使用magisk时正常 **To Reproduce** 已挂载回写块 使用 echo all > /sys/block/zram0/idle 和 echo idle > /sys/block/zram0/writeback 后 不会回写内容 cat /sys/block/zram0/bd_stat /内容未变化表示未触发writeback 以上操作在magisk环境下正常运行 (同时发现ksu占用了一个loop36且没有映射 这个是正常情况吗 ``` $ su...

Every time a new update comes out, we spend a long time both being informed and updating it. I wonder if there is a built-in update system that at least...

enhancement

If module is not used, the task_fix_setuid hook can be avoided entirely, which goes through rather expensive `ksu_is_allow_uid()` and `try_umount()` and its `strcmp()`. Even if module is used, `try_umount()` within...

**Describe the bug** Granted and denied superuser list in the manager isn't retained after every reboot **To Reproduce** Steps to reproduce the behaviour: 1. Grant/Deny any app (Might apply system,...

* For example: - KernelSU version: 11055 (cherry picked from commit 46aa8e7a32e9c84dcd9e7f1ba4e16109949e6bf1) Change-Id: Iaaf4cd4100c9e344a6df6ea73fa74a347b81297b

**设备内核源码仓库地址 https://github.com/izsdeaman97/NX659J_R_kernel.git** - 内核版本:[4.19.113] - 内核已经成功编译正常开机 - 问题是内核的的kprobe好像没有正常,然后我对照官网 https://kernelsu.org/zh_CN/guide/how-to-integrate-for-non-gki.html#using-kprobes 手动修补了内核源码的 do_faccessat do_execveat_common vfs_read vfs_statx 这四个函数的 ksu所实现的ksu_handle_xxx一类的函数, 在被修补的do_execveat_common当中会被调用 ksu_handle_execveat_ksud , 紧接着会 apply_kernelsu_rules(); 在apply_kernelsu_rules();里我注释掉的这些规则条目如果开启都会开机卡死 rcu_read_lock(); struct policydb *db = get_policydb(); ksu_permissive(db, KERNEL_SU_DOMAIN);...

**Describe the bug** After switching to **customize.sh** script for handling module installation with `SKIPUNZIP=1`; All i have is just **customize.sh** in module folder after reboot. None of the extracted files...

Add back variable names for post-fs-data.d and service.d directories