Migrate uid_granted_root to Rust

This commit is contained in:
topjohnwu
2025-01-10 09:38:06 +08:00
committed by John Wu
parent 4d4195c02d
commit 82d1d19267
7 changed files with 83 additions and 62 deletions
-1
View File
@@ -53,7 +53,6 @@ void init_thread_pool();
void exec_task(std::function<void()> &&task);
// Daemon handlers
void boot_stage_handler(int client, int code);
void denylist_handler(int client, const sock_cred *cred);
void su_daemon_handler(int client, const sock_cred *cred);
void zygisk_handler(int client, const sock_cred *cred);