kernel: add support for disable sucompat

This commit is contained in:
weishu
2025-02-16 19:29:58 +08:00
parent 101d3ae526
commit 2096bd7304
2 changed files with 43 additions and 4 deletions

View File

@@ -21,6 +21,8 @@
#define CMD_SET_APP_PROFILE 11
#define CMD_UID_GRANTED_ROOT 12
#define CMD_UID_SHOULD_UMOUNT 13
#define CMD_IS_SU_ENABLED 14
#define CMD_ENABLE_SU 15
#define EVENT_POST_FS_DATA 1
#define EVENT_BOOT_COMPLETED 2