Reuse tmpfs for magic mount

As we already have a tmpfs (magisktmp), we can reuse them for
magic mount
This commit is contained in:
LoveSy
2023-01-20 03:46:35 +08:00
committed by John Wu
parent 3517e6d752
commit 4318ab5cd2
4 changed files with 26 additions and 16 deletions

View File

@@ -20,11 +20,12 @@ extern std::string MAGISKTMP;
#define MIRRDIR INTLROOT "/mirror"
#define RULESDIR MIRRDIR "/sepolicy.rules"
#define BLOCKDIR INTLROOT "/block"
#define WORKERDIR INTLROOT "/worker"
#define MODULEMNT INTLROOT "/modules"
#define BBPATH INTLROOT "/busybox"
#define ROOTOVL INTLROOT "/rootdir"
#define SHELLPTS INTLROOT "/pts"
#define ROOTMNT ROOTOVL "/.mount_list"
#define ROOTMNT ROOTOVL "/.mount_list"
#define ZYGISKBIN INTLROOT "/zygisk"
#define SELINUXMOCK INTLROOT "/selinux"