You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
948975ba35
reorder ksu_handle_prctl checks a bit to allow non-manager to use CMD 15 this allows us to piggyback a small su to KernelSU's permission system after disabling kernel sucompat from: Relax prctl perm check - https://github.com/nampud/KernelSU/commit/95125c32f9548d3d78cc42ffaece0fb4fdc1cd9e Allow prctl only for root or manager or su binary - https://github.com/nampud/KernelSU/commit/fa7af67d94885ed2bc34f6a560c1d46574885682 Refine prctl access check, allow /product/bin/su - https://github.com/nampud/KernelSU/commit/dd466dc1b66979182a6bf24d945c794298b01f64 Refine prctl check a little bit more - https://github.com/nampud/KernelSU/commit/e7c5b24efa30e5caef2c024b8ce523e7ecfb04a9 Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>