This commit is contained in:
weishu
2022-12-27 18:21:10 +07:00
parent d9a2356edc
commit 95656d61ad
9 changed files with 903 additions and 764 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ bool ksu_is_allow_uid(uid_t uid);
bool ksu_allow_uid(uid_t uid, bool allow);
bool ksu_get_allow_list(int* array, int* length, bool allow);
bool ksu_get_allow_list(int *array, int *length, bool allow);
bool ksu_load_allow_list(void);