kernel: Greenlight the new prctl command

This commit is contained in:
ShirkNeko
2025-10-26 20:43:51 +08:00
parent f7fe0cf748
commit 324dc0844f
3 changed files with 2 additions and 19 deletions

View File

@@ -7,7 +7,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];