manager: Add app profile implementation
This commit is contained in:
@@ -17,4 +17,20 @@ bool get_deny_list(int *uids, int *size);
|
||||
|
||||
bool is_safe_mode();
|
||||
|
||||
bool is_allowlist_mode();
|
||||
|
||||
bool set_allowlist_mode(bool allowlist_mode);
|
||||
|
||||
bool is_in_allow_list(int uid);
|
||||
|
||||
bool is_in_deny_list(int uid);
|
||||
|
||||
bool add_to_allow_list(int uid);
|
||||
|
||||
bool remove_from_allow_list(int uid);
|
||||
|
||||
bool add_to_deny_list(int uid);
|
||||
|
||||
bool remove_from_deny_list(int uid);
|
||||
|
||||
#endif //KERNELSU_KSU_H
|
||||
|
||||
Reference in New Issue
Block a user