symbuzzer / systemless-hosts-KernelSU-module

Required module to use applications such as AdAway on KernelSU and APatch
GNU General Public License v3.0
346 stars 10 forks source link

Partially fix module detection. #13

Closed Daerckdev closed 8 months ago

Daerckdev commented 8 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.