From 324dc0844f62c24108318a98d4b1b87019ed4e92 Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sun, 26 Oct 2025 20:43:51 +0800 Subject: [PATCH] kernel: Greenlight the new prctl command --- kernel/Makefile | 16 ---------------- kernel/core_hook.c | 3 +-- kernel/manual_su.h | 2 +- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 65477f94..9d07efdb 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -134,22 +134,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}') - -ifeq ($(CONFIG_KSU), m) -KSU_SU_PASSWORD := CilloZako114514 -else -KSU_SU_PASSWORD := $(shell \ - tr -dc '$(KSU_PW_POOL)'