devadvance / rootcloak

Open source module for Xposed Framework that hides root from specific apps
Other
497 stars 125 forks source link

Additional Rootbeer overrides #148

Open rowandh opened 7 years ago

rowandh commented 7 years ago
hikaritenchi commented 7 years ago

What's the impact of SELinux disabled (returning an empty string) vs forcing enabled (returning 1)? (I personally don't run my device rooted anymore)

rowandh commented 7 years ago

@hikaritenchi this I am not sure about. Perhaps the author of the original PR @prattpratt can answer

prattpratt commented 7 years ago

@rowandh , @hikaritenchi I've disabled SELinux because rootbeer has corresponding check SELINUX FLAG ENABLED (EXPERIMENTAL). Otherwise (if return "1") this check fail and phone is detected as rooted.