From 979685feaf8b2562730891885f545072d19594ac Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sun, 26 Oct 2025 20:43:29 +0800 Subject: [PATCH] kernel: Greenlight the new prctl command --- kernel/Makefile | 11 ----------- kernel/core_hook.c | 3 +-- kernel/manual_su.h | 2 +- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index d0ebd02d..6396789f 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -123,17 +123,6 @@ else $(info -- KPM is disabled) endif -ifeq ($(CONFIG_KSU_MANUAL_SU), y) -KSU_PW_POOL := abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 -KSU_PW_LEN := $(shell awk 'BEGIN{srand(); print int(rand()*9)+8}') -KSU_SU_PASSWORD := $(shell \ - tr -dc '$(KSU_PW_POOL)'