mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 05:37:47 +02:00
Minor code changes across all sources
This commit is contained in:
@ -63,11 +63,6 @@ void hide_unmount(int pid) {
|
||||
chmod(SELINUX_POLICY, 0440);
|
||||
}
|
||||
|
||||
getprop([](const char *name, auto, auto) {
|
||||
if (strstr(name, "magisk"))
|
||||
deleteprop(name);
|
||||
}, nullptr, false);
|
||||
|
||||
vector<string> targets;
|
||||
|
||||
// Unmount dummy skeletons and /sbin links
|
||||
|
Reference in New Issue
Block a user