kernel: add uid observer, correctly prune uid allowlist when app is installed/uninstalled.

This commit is contained in:
weishu
2023-01-17 12:44:22 +07:00
parent 2ab60750d4
commit ab36e1fa0c
7 changed files with 256 additions and 10 deletions

View File

@@ -15,4 +15,6 @@ bool ksu_get_allow_list(int *array, int *length, bool allow);
bool ksu_load_allow_list(void);
void ksu_prune_allowlist(bool (*is_uid_exist)(uid_t, void *), void* data);
#endif