Closed Daerckdev closed 11 months ago
Apps can detect modules by looking for "/adb" in /proc/self/mountinfo, so doing the mount with a relative path should prevent this. Obviously, they can still target specifically this module, by looking for "/system/etc" instead, but that's unlikely.
This should fix #11.
Apps can detect modules by looking for "/adb" in /proc/self/mountinfo, so doing the mount with a relative path should prevent this. Obviously, they can still target specifically this module, by looking for "/system/etc" instead, but that's unlikely.
This should fix #11.