Great work elementarythree!
Tried the root + alpha stuff -- spelled out more explicitly:
Quote:
git clone https://github.com/timwr/CVE-2016-5195
cd CVE-2016-5195
# ensure android ndk and adb are installed, with max 2 connected and permitting access via adb
make root
adb shell /system/bin/run-as
# verify effectiveness
getenforce
# restore selinux enforcement
setenforce 1
|