rootcloak
rootcloak copied to clipboard
Additional Rootbeer overrides
- Adds additional public method overrides for RootBeer, which some app use directly instead of calling RootBeerNative.checkForRoot()
- Tested on my device against RootBeer Sample, passes all tests
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)
@hikaritenchi this I am not sure about. Perhaps the author of the original PR @prattpratt can answer
@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.