kernel: remove become_manager and minor refactors

This commit is contained in:
weishu
2024-03-24 11:20:34 +08:00
parent 031999eed5
commit 478fda6712
8 changed files with 31 additions and 125 deletions
-2
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