mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-15 06:07:26 +00:00
@@ -67,7 +67,7 @@ void hide_unmount(int pid) {
|
||||
|
||||
// Unmount dummy skeletons and /sbin links
|
||||
parse_mnt("/proc/self/mounts", [&](mntent *mentry) {
|
||||
if (TMPFS_MNT(system) || TMPFS_MNT(vendor) || TMPFS_MNT(sbin))
|
||||
if (TMPFS_MNT(system) || TMPFS_MNT(vendor) || TMPFS_MNT(sbin) || TMPFS_MNT(product))
|
||||
targets.emplace_back(mentry->mnt_dir);
|
||||
return true;
|
||||
});
|
||||
|
Reference in New Issue
Block a user