kernel: added new prctl CMD_GET_MANAGER_UID to get the uid of the crowned manager (#2673)

This commit is contained in:
Rifat Azad
2025-07-11 19:32:58 +06:00
committed by GitHub
parent 9014c663d1
commit 9034086ad4
2 changed files with 12 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#define CMD_UID_SHOULD_UMOUNT 13
#define CMD_IS_SU_ENABLED 14
#define CMD_ENABLE_SU 15
#define CMD_GET_MANAGER_UID 16
#define EVENT_POST_FS_DATA 1
#define EVENT_BOOT_COMPLETED 2