kernel: remove become_manager and minor refactors

This commit is contained in:
weishu
2024-03-24 11:20:34 +08:00
parent fc613d5b6a
commit dc5f911e43
8 changed files with 31 additions and 125 deletions

View File

@@ -33,6 +33,4 @@ static inline void ksu_invalidate_manager_uid()
ksu_manager_uid = KSU_INVALID_UID;
}
bool become_manager(char *pkg);
#endif