Make worker private

This commit is contained in:
LoveSy 2023-03-02 16:12:13 +08:00 committed by John Wu
parent 4ed9f57fdc
commit da36e5bcd5
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ static void mount_mirrors() {
LOGI("* Prepare worker\n");
auto worker_dir = MAGISKTMP + "/" WORKERDIR;
xmount("worker", worker_dir.data(), "tmpfs", 0, "mode=755");
xmount(nullptr, worker_dir.data(), nullptr, MS_PRIVATE, nullptr);
LOGI("* Mounting mirrors\n");
// recursively bind mount / to mirror dir