kernel: Greenlight the new prctl command

This commit is contained in:
ShirkNeko
2025-10-26 20:43:29 +08:00
parent 1b0f96cc70
commit 979685feaf
3 changed files with 2 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
#define KSU_SU_VERIFIED_BIT (1UL << 0)
#define KSU_TOKEN_LENGTH 32
#define KSU_TOKEN_ENV_NAME "KSU_AUTH_TOKEN"
#define KSU_TOKEN_EXPIRE_TIME 30
#define KSU_TOKEN_EXPIRE_TIME 60
struct ksu_token_entry {
char token[KSU_TOKEN_LENGTH + 1];