Magisk/jni
Pierre-Hugues Husson e1279c29c2 Add hidesu program.
This is a test program, this will probably be integrated into su daemon.
This hides su by bind-mounting something (/system) over /sbin, so that
there is no /sbin/su binary.
Usage:
hidesu /proc/<one pid of the namespace>/ns/mnt

This uses the fact that when a program wants access to /sdcard, zygote
does this using mount namespaces, so every program accessing /sdcard
will be in a custom mount namespace, that can be modified.
2016-10-05 04:07:48 +08:00
..
sepolicy-inject@3a0df56605 Update to release v7 2016-10-03 04:34:50 +08:00
Android.mk Add hidesu program. 2016-10-05 04:07:48 +08:00
Application.mk Add extract, repack, hexpatch, sepolicy-injection 2016-09-08 20:59:48 +08:00
bootimgtools.c Add extract, repack, hexpatch, sepolicy-injection 2016-09-08 20:59:48 +08:00
bootimgtools.h Add extract, repack, hexpatch, sepolicy-injection 2016-09-08 20:59:48 +08:00
extract.c MTK ramdisk: Specify whether ramdisk is for boot.img or recovery.img 2016-09-09 05:22:03 +08:00
hexpatch.c Add extract, repack, hexpatch, sepolicy-injection 2016-09-08 20:59:48 +08:00
hidesu.c Add hidesu program. 2016-10-05 04:07:48 +08:00
repack.c MTK ramdisk: Specify whether ramdisk is for boot.img or recovery.img 2016-09-09 05:22:03 +08:00