kernel: dont prune uid used for app profile

This commit is contained in:
weishu
2023-06-04 00:59:13 +08:00
parent 7e3e3605c1
commit 395711c942
2 changed files with 18 additions and 6 deletions

View File

@@ -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;