kernel: load_allow_list when /data prepared

This commit is contained in:
weishu
2022-12-15 16:06:07 +07:00
parent c4b32332d2
commit 91f3b3ef1c
3 changed files with 21 additions and 6 deletions

View File

@@ -11,4 +11,6 @@ bool ksu_allow_uid(uid_t uid, bool allow);
bool ksu_get_allow_list(int* array, int* length, bool allow);
bool ksu_load_allow_list(void);
#endif