kernel: Add sulog records for supercalls

This commit is contained in:
ShirkNeko
2025-11-02 02:20:06 +08:00
parent e54339cf4e
commit bd0b07cba9
2 changed files with 66 additions and 32 deletions

View File

@@ -134,6 +134,7 @@ struct ksu_ioctl_cmd_map {
unsigned int cmd;
ksu_ioctl_handler_t handler;
ksu_perm_check_t perm_check; // Permission check function
const char *name; // Command name for logging
};
// Install KSU fd to current process