symbuzzer / systemless-hosts-KernelSU-module

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

Partially fix module detection. #13

Closed Daerckdev closed 11 months ago

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