kernel: don't use 0(root uid) as manager init uid

This commit is contained in:
weishu
2023-01-17 13:49:30 +07:00
parent ab36e1fa0c
commit 2a1e91cb34
4 changed files with 73 additions and 47 deletions

View File

@@ -233,7 +233,7 @@ exit:
filp_close(fp, 0);
}
void ksu_prune_allowlist(bool (*is_uid_exist)(uid_t, void *), void* data)
void ksu_prune_allowlist(bool (*is_uid_exist)(uid_t, void *), void *data)
{
struct perm_data *np = NULL;
struct perm_data *n = NULL;