manager: improve become_manager validation

This commit is contained in:
tiann
2022-12-23 12:50:07 +08:00
parent 7b60a1e5f8
commit 2eccc90ccc
5 changed files with 14 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
#ifndef KERNELSU_KSU_H
#define KERNELSU_KSU_H
bool become_manager();
bool become_manager(const char*);
int get_version();