You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
kernel: dont prune uid used for app profile
This commit is contained in:
@@ -421,7 +421,7 @@ static bool should_umount(struct path *path)
|
||||
return ksu_is_uid_should_umount(current_uid().val);
|
||||
}
|
||||
#ifdef CONFIG_KSU_DEBUG
|
||||
pr_info("uid: %d should not umount!\n")
|
||||
pr_info("uid: %d should not umount!\n", current_uid().val);
|
||||
#endif
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user